Skip to content

Commit a28b907

Browse files
committed
[wallet] [rpc] Remove duplicate entries in rpcwallet.cpp's CRPCCommand table
Remove duplicate listreceivedby{account,label} methods.
1 parent b1fdfc1 commit a28b907

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3996,8 +3996,6 @@ static const CRPCCommand commands[] =
39963996
{ "wallet", "keypoolrefill", &keypoolrefill, {"newsize"} },
39973997
{ "wallet", "listaddressgroupings", &listaddressgroupings, {} },
39983998
{ "wallet", "listlockunspent", &listlockunspent, {} },
3999-
{ "wallet", "listreceivedbylabel", &listreceivedbylabel, {"minconf","include_empty","include_watchonly"} },
4000-
{ "wallet", "listreceivedbyaccount", &listreceivedbylabel, {"minconf","include_empty","include_watchonly"} },
40013999
{ "wallet", "listreceivedbyaddress", &listreceivedbyaddress, {"minconf","include_empty","include_watchonly","address_filter"} },
40024000
{ "wallet", "listsinceblock", &listsinceblock, {"blockhash","target_confirmations","include_watchonly","include_removed"} },
40034001
{ "wallet", "listtransactions", &listtransactions, {"account","count","skip","include_watchonly"} },

0 commit comments

Comments
 (0)