@@ -336,8 +336,8 @@ std::string EntryDescriptionString()
336
336
" \" modifiedfee\" : n, (numeric) transaction fee with fee deltas used for mining priority\n "
337
337
" \" time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n "
338
338
" \" height\" : n, (numeric) block height when transaction entered pool\n "
339
- " \" startingpriority\" : n, (numeric) priority when transaction entered pool\n "
340
- " \" currentpriority\" : n, (numeric) transaction priority now\n "
339
+ " \" startingpriority\" : n, (numeric) DEPRECATED. Priority when transaction entered pool\n "
340
+ " \" currentpriority\" : n, (numeric) DEPRECATED. Transaction priority now\n "
341
341
" \" descendantcount\" : n, (numeric) number of in-mempool descendant transactions (including this one)\n "
342
342
" \" descendantsize\" : n, (numeric) virtual transaction size of in-mempool descendants (including this one)\n "
343
343
" \" descendantfees\" : n, (numeric) modified fees (see above) of in-mempool descendants (including this one)\n "
@@ -651,9 +651,9 @@ UniValue getblockheader(const JSONRPCRequest& request)
651
651
" \" nonce\" : n, (numeric) The nonce\n "
652
652
" \" bits\" : \" 1d00ffff\" , (string) The bits\n "
653
653
" \" difficulty\" : x.xxx, (numeric) The difficulty\n "
654
+ " \" chainwork\" : \" 0000...1f3\" (string) Expected number of hashes required to produce the current chain (in hex)\n "
654
655
" \" previousblockhash\" : \" hash\" , (string) The hash of the previous block\n "
655
656
" \" nextblockhash\" : \" hash\" , (string) The hash of the next block\n "
656
- " \" chainwork\" : \" 0000...1f3\" (string) Expected number of hashes required to produce the current chain (in hex)\n "
657
657
" }\n "
658
658
" \n Result (for verbose=false):\n "
659
659
" \" data\" (string) A string that is serialized, hex-encoded data for block 'hash'.\n "
0 commit comments