From 1d76ea1e14f4a42e00f268223b7394acb6f7a54a Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Sun, 18 Oct 2015 20:45:26 -0700 Subject: [PATCH] new command in bitcoind v0.11: verifyTxOutProof --- lib/commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands.js b/lib/commands.js index 108660e..f9c8fa5 100644 --- a/lib/commands.js +++ b/lib/commands.js @@ -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'