mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 03:30:42 +02:00
564 B
564 B
Updated RPCs
getmininginfo
now returnsnBits
and the current target in thetarget
field. It also returns anext
object which specifies theheight
,nBits
,difficulty
, andtarget
for the next block.getblock
andgetblockheader
now return the current target in thetarget
fieldgetblockchaininfo
andgetchainstates
now returnnBits
and the current target in thetarget
field
REST interface
GET /rest/block/<BLOCK-HASH>.json
andGET /rest/headers/<BLOCK-HASH>.json
now return the current target in thetarget
field