@@ -785,7 +785,7 @@ static UniValue getunconfirmedbalance(const JSONRPCRequest &request)
785
785
if (request.fHelp || request.params .size () > 0 )
786
786
throw std::runtime_error (
787
787
RPCHelpMan{" getunconfirmedbalance" ,
788
- " Returns the server's total unconfirmed balance \n " ,
788
+ " DEPRECATED \n Identical to getbalances().mine.untrusted_pending \n " ,
789
789
{},
790
790
RPCResults{},
791
791
RPCExamples{" " },
@@ -2451,9 +2451,9 @@ static UniValue getwalletinfo(const JSONRPCRequest& request)
2451
2451
" {\n "
2452
2452
" \" walletname\" : xxxxx, (string) the wallet name\n "
2453
2453
" \" walletversion\" : xxxxx, (numeric) the wallet version\n "
2454
- " \" balance\" : xxxxxxx, (numeric) Identical to getbalances().mine.trusted\n "
2455
- " \" unconfirmed_balance\" : xxx, (numeric) Identical to getbalances().mine.untrusted_pending\n "
2456
- " \" immature_balance\" : xxxxxx, (numeric) Identical to getbalances().mine.immature\n "
2454
+ " \" balance\" : xxxxxxx, (numeric) DEPRECATED. Identical to getbalances().mine.trusted\n "
2455
+ " \" unconfirmed_balance\" : xxx, (numeric) DEPRECATED. Identical to getbalances().mine.untrusted_pending\n "
2456
+ " \" immature_balance\" : xxxxxx, (numeric) DEPRECATED. Identical to getbalances().mine.immature\n "
2457
2457
" \" txcount\" : xxxxxxx, (numeric) the total number of transactions in the wallet\n "
2458
2458
" \" keypoololdest\" : xxxxxx, (numeric) the timestamp (seconds since Unix epoch) of the oldest pre-generated key in the key pool\n "
2459
2459
" \" keypoolsize\" : xxxx, (numeric) how many new keys are pre-generated (only counts external keys)\n "
0 commit comments