fix conflics
This commit is contained in:
parent
e88dc7afb3
commit
46fa0e518c
4 changed files with 7 additions and 7 deletions
6
API.js
6
API.js
|
|
@ -169,13 +169,13 @@ API.prototype.getCommands = decorate('getCommands', [
|
|||
['callback', 'function']
|
||||
]);
|
||||
|
||||
API.prototype._cmd_getWalletIds = function(callback) {
|
||||
API.prototype._cmd_getWallets = function(callback) {
|
||||
var self = this;
|
||||
|
||||
return callback(null, self.walletFactory.getWalletIds());
|
||||
return callback(null, self.walletFactory.getWallets());
|
||||
};
|
||||
|
||||
API.prototype.getWalletIds = decorate('getWalletIds', [
|
||||
API.prototype.getWallets = decorate('getWallets', [
|
||||
['callback', 'function']
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue