rpcserver: Add signrawtransactionwithwallet command

This commit is contained in:
vctt94 2019-04-09 16:39:49 -03:00 committed by Mark Beamer Jr
parent b06cd1842e
commit 109613c76f
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973

View file

@ -218,6 +218,7 @@ var rpcAskWallet = map[string]struct{}{
"settxfee": {},
"signmessage": {},
"signrawtransaction": {},
"signrawtransactionWithWallet": {},
"walletlock": {},
"walletpassphrase": {},
"walletpassphrasechange": {},