From b6283a554db157e21503ff7e8324ff83b6539732 Mon Sep 17 00:00:00 2001 From: Vahe Hovhannisyan Date: Fri, 30 Aug 2013 16:35:58 +0400 Subject: [PATCH] Remote.book bug fix --- src/js/ripple/remote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/ripple/remote.js b/src/js/ripple/remote.js index 14b5c639..c5cd9ccb 100644 --- a/src/js/ripple/remote.js +++ b/src/js/ripple/remote.js @@ -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.