377 | @@ -378,7 +378,9 @@ static UniValue getdifficulty(const JSONRPCRequest& request)
378 |
379 | static std::string EntryDescriptionString()
380 | {
381 | - return " \"size\" : n, (numeric) virtual transaction size as defined in BIP 141. This is different from actual serialized size for witness transactions as witness data is discounted.\n"
382 | + return " \"vsize\" : n, (numeric) virtual transaction size as defined in BIP 141. This is different from actual serialized size for witness transactions as witness data is discounted.\n"
383 | + " \"size\" : n, (numeric) (DEPRECATED) same as vsize. Only returned if bitcoind is started with -deprecatedrpc=size\n"
384 | + " size will be completely removed in v0.19.\n"
" size will be completely removed in v0.20.\n"