new command in bitcoind v0.11: verifyTxOutProof
This commit is contained in:
parent
16f07d9a7a
commit
1d76ea1e14
@ -77,6 +77,7 @@ module.exports = {
|
||||
validateAddress: 'validateaddress',
|
||||
verifyChain: 'verifychain', // bitcoind v0.9.0+
|
||||
verifyMessage: 'verifymessage',
|
||||
verifyTxOutProof: 'verifytxoutproof', // bitcoind v0.11.0+
|
||||
walletLock: 'walletlock',
|
||||
walletPassphrase: 'walletpassphrase',
|
||||
walletPassphraseChange: 'walletpassphrasechange'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user