Post
Topic
Board Development & Technical Discussion
Re: [PATCH] implement 'listtransactions'
by
throughput
on 10/08/2010, 05:37:29 UTC
What you are seeing is normal.

Generated blocks show up as mixed_debit until they "mature", which is around 120 confirmations.  After maturity, you are credited the 50 BTC.  This is standard policy for all generated blocks in bitcoin.

If you were looking at the GUI, you would see a "matures in N blocks" messages for that block.



Great! And thanks for the patch!