This commit is contained in:
Matias Alejo Garcia 2014-12-11 19:41:50 -03:00
commit e370644861

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 {