Merge branch 'develop' of https://github.com/ripple/ripple-lib into develop

This commit is contained in:
wltsmrz
2013-08-30 11:16:09 -07:00

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.