Skip to content

Commit

Permalink
rpcserver: Remove wallet RPC ticketsforaddress.
Browse files Browse the repository at this point in the history
This RPC has been removed from dcrwallet, thus no longer needs to be
listed by dcrd as an "rpcAskWallet" command.
  • Loading branch information
jholdstock authored and davecgh committed Sep 8, 2024
1 parent e5f050e commit a032497
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/rpcserver/rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ var rpcAskWallet = map[string]struct{}{
"signrawtransactions": {},
"sweepaccount": {},
"ticketinfo": {},
"ticketsforaddress": {},
"validatepredcp0005cf": {},
"verifymessage": {},
"walletinfo": {},
Expand Down

0 comments on commit a032497

Please sign in to comment.