fix dumpKey call.

This commit is contained in:
Christopher Jeffrey 2014-10-30 16:38:58 -07:00
parent e4c1f4209e
commit 46c07a98d6
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ Wallet.prototype.isLocked = function() {
};
Wallet.prototype.dumpKey = function(options) {
return bitcoindjs.dumpKey(options || {});
return bitcoindjs.walletDumpKey(options || {});
};
Wallet.prototype.importKey = function(options) {