Cosmetic.

This commit is contained in:
Arthur Britto
2012-10-19 23:10:49 -07:00
committed by Stefan Thomas
parent 70f950cba0
commit d658f0b685

View File

@@ -703,7 +703,9 @@ Remote.prototype.account_seq_cache = function (account, current) {
// Mark an account's root node as dirty.
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.