This commit is contained in:
Matias Alejo Garcia 2014-12-11 19:41:50 -03:00
parent e7d5bb6ef9
commit e370644861
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ Wallet.prototype._onTxProposal = function(senderId, data) {
var self = this;
if (data.indexes) {
this._onIndexes(data.indexes, true);
this._doOnIndexes(data.indexes, true);
}
try {