We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fdfc1 commit a28b907Copy full SHA for a28b907
src/wallet/rpcwallet.cpp
@@ -3996,8 +3996,6 @@ static const CRPCCommand commands[] =
3996
{ "wallet", "keypoolrefill", &keypoolrefill, {"newsize"} },
3997
{ "wallet", "listaddressgroupings", &listaddressgroupings, {} },
3998
{ "wallet", "listlockunspent", &listlockunspent, {} },
3999
- { "wallet", "listreceivedbylabel", &listreceivedbylabel, {"minconf","include_empty","include_watchonly"} },
4000
- { "wallet", "listreceivedbyaccount", &listreceivedbylabel, {"minconf","include_empty","include_watchonly"} },
4001
{ "wallet", "listreceivedbyaddress", &listreceivedbyaddress, {"minconf","include_empty","include_watchonly","address_filter"} },
4002
{ "wallet", "listsinceblock", &listsinceblock, {"blockhash","target_confirmations","include_watchonly","include_removed"} },
4003
{ "wallet", "listtransactions", &listtransactions, {"account","count","skip","include_watchonly"} },
0 commit comments