Skip to content

Commit

Permalink
Add getstakeinfo to rpcAskWallet list to return proper error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlyp committed Feb 25, 2016
1 parent 26fdbd1 commit bc44bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rpcserver.go
Expand Up @@ -217,6 +217,7 @@ var rpcAskWallet = map[string]struct{}{
"getrawchangeaddress": struct{}{},
"getreceivedbyaccount": struct{}{},
"getreceivedbyaddress": struct{}{},
"getstakeinfo": struct{}{},
"gettransaction": struct{}{},
"gettxoutsetinfo": struct{}{},
"getunconfirmedbalance": struct{}{},
Expand Down

0 comments on commit bc44bcf

Please sign in to comment.