fix dumpKey call.
This commit is contained in:
parent
e4c1f4209e
commit
46c07a98d6
@ -783,7 +783,7 @@ Wallet.prototype.isLocked = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.dumpKey = function(options) {
|
Wallet.prototype.dumpKey = function(options) {
|
||||||
return bitcoindjs.dumpKey(options || {});
|
return bitcoindjs.walletDumpKey(options || {});
|
||||||
};
|
};
|
||||||
|
|
||||||
Wallet.prototype.importKey = function(options) {
|
Wallet.prototype.importKey = function(options) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user