Cleanup JSON-RPC getblock output to be consistent
authorLuke Dashjr <luke-jr+git@utopios.org>
Wed, 22 Feb 2012 17:12:28 +0000 (12:12 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Wed, 22 Feb 2012 17:31:28 +0000 (12:31 -0500)
commit34f878891520927206fb81993579cfad8e74a793
treeb3486d14570bc8c0980a5cbdca0ad284ff11cac0
parent1af97c95f377245d359f309035011ac499239635
Cleanup JSON-RPC getblock output to be consistent
- Add "size" and "bits"
- Rename "blockcount" to "height"
- Rename "hashprevious" and "hashnext" to "previousblockhash" and "nextblockhash" (respectively)
src/bitcoinrpc.cpp