new command in bitcoind v0.11: verifyTxOutProof

This commit is contained in:
Sean Lavine 2015-10-18 20:45:26 -07:00
parent 16f07d9a7a
commit 1d76ea1e14

View File

@ -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'