Skip to content

Commit 4328a49

Browse files
committed
add missing commands
1 parent 2e56677 commit 4328a49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/commands.js

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ module.exports = {
4949
help: 'help',
5050
importAddress: 'importaddress', // bitcoind v0.10.0+
5151
importPrivKey: 'importprivkey',
52+
importWallet: 'importwallet', // bitcoind v0.9.0+
5253
keypoolRefill: 'keypoolrefill',
5354
keyPoolRefill: 'keypoolrefill',
5455
listAccounts: 'listaccounts',
@@ -62,6 +63,7 @@ module.exports = {
6263
lockUnspent: 'lockunspent', // bitcoind v0.8.0+
6364
move: 'move',
6465
ping: 'ping', // bitcoind v0.9.0+
66+
prioritiseTransaction: 'prioritisetransaction', // bitcoind v0.10.0+
6567
sendFrom: 'sendfrom',
6668
sendMany: 'sendmany',
6769
sendRawTransaction: 'sendrawtransaction', // bitcoind v0.7.0+

0 commit comments

Comments
 (0)