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.
  • Loading branch information
jholdstock committed Sep 7, 2024
1 parent 1a0b195 commit 13c6949
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 13c6949

Please sign in to comment.