Skip to content

Commit

Permalink
rpcserver: add sweepaccount to the wallet list of commands. (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnldd authored and jrick committed Feb 13, 2018
1 parent 0bc305f commit 952b20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ var rpcAskWallet = map[string]struct{}{
"settxfee": {},
"signmessage": {},
"signrawtransaction": {},
"sweepaccount": {},
"stakepooluserinfo": {},
"walletinfo": {},
"walletlock": {},
Expand Down

0 comments on commit 952b20e

Please sign in to comment.