mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 19:23:26 -03:00
a4df12323c
Co-Authored-By: tdb3 <106488469+tdb3@users.noreply.github.com>
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