fix args
This commit is contained in:
parent
e7d5bb6ef9
commit
e370644861
1 changed files with 1 additions and 1 deletions
|
|
@ -527,7 +527,7 @@ Wallet.prototype._onTxProposal = function(senderId, data) {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
if (data.indexes) {
|
if (data.indexes) {
|
||||||
this._onIndexes(data.indexes, true);
|
this._doOnIndexes(data.indexes, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue