Cosmetic.

This commit is contained in:
Arthur Britto
2012-10-19 23:10:49 -07:00
parent 7ed60afad5
commit 49f1b42d26
2 changed files with 4 additions and 2 deletions

View File

@@ -703,7 +703,9 @@ Remote.prototype.account_seq_cache = function (account, current) {
// Mark an account's root node as dirty. // Mark an account's root node as dirty.
Remote.prototype.dirty_account_root = function (account) { Remote.prototype.dirty_account_root = function (account) {
delete this.ledgers.current.account_root[UInt160.json_rewrite(account)]; var account = UInt160.json_rewrite(account);
delete this.ledgers.current.account_root[account];
}; };
// Return a request to get a ripple balance. // Return a request to get a ripple balance.

View File

@@ -15,7 +15,7 @@ buster.testRunner.timeout = 5000;
var alpha; var alpha;
buster.testCase("Work in progress", { buster.testCase("Offer tests", {
'setUp' : 'setUp' :
function (done) { function (done) {
server.start("alpha", server.start("alpha",