Remote.book bug fix

This commit is contained in:
Vahe Hovhannisyan
2013-08-30 16:35:58 +04:00
parent a65ba8f87d
commit b6283a554d

View File

@@ -1077,7 +1077,7 @@ Remote.prototype.book = function (currency_gets, issuer_gets, currency_pays, iss
} }
} }
return book; return this._books[key];
}; };
// Return the next account sequence if possible. // Return the next account sequence if possible.