rpcserver: Add signrawtransactionwithwallet command
This commit is contained in:
parent
b06cd1842e
commit
109613c76f
1 changed files with 43 additions and 42 deletions
|
@ -218,6 +218,7 @@ var rpcAskWallet = map[string]struct{}{
|
|||
"settxfee": {},
|
||||
"signmessage": {},
|
||||
"signrawtransaction": {},
|
||||
"signrawtransactionWithWallet": {},
|
||||
"walletlock": {},
|
||||
"walletpassphrase": {},
|
||||
"walletpassphrasechange": {},
|
||||
|
|
Loading…
Add table
Reference in a new issue