Please remind me, when you generate blocks, how to show also the block number of them?
listtransactions seems to not show height.
Even gettransaction doesn't.
Well listtransactions and then getblock shows height, but that's 2 step...
You could calculate it from confirmations field, but that's not nice hack.
Any simple solution to list all transactions (or, all generated) including their height? Or do we need to patch source for this?