@@ -336,8 +336,8 @@ std::string EntryDescriptionString()
336336 " \" modifiedfee\" : n, (numeric) transaction fee with fee deltas used for mining priority\n "
337337 " \" time\" : n, (numeric) local time transaction entered pool in seconds since 1 Jan 1970 GMT\n "
338338 " \" 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 "
341341 " \" descendantcount\" : n, (numeric) number of in-mempool descendant transactions (including this one)\n "
342342 " \" descendantsize\" : n, (numeric) virtual transaction size of in-mempool descendants (including this one)\n "
343343 " \" descendantfees\" : n, (numeric) modified fees (see above) of in-mempool descendants (including this one)\n "
@@ -651,9 +651,9 @@ UniValue getblockheader(const JSONRPCRequest& request)
651651 " \" nonce\" : n, (numeric) The nonce\n "
652652 " \" bits\" : \" 1d00ffff\" , (string) The bits\n "
653653 " \" 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 "
654655 " \" previousblockhash\" : \" hash\" , (string) The hash of the previous block\n "
655656 " \" 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 "
657657 " }\n "
658658 " \n Result (for verbose=false):\n "
659659 " \" data\" (string) A string that is serialized, hex-encoded data for block 'hash'.\n "
0 commit comments