mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Cosmetic.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -15,7 +15,7 @@ buster.testRunner.timeout = 5000;
|
||||
|
||||
var alpha;
|
||||
|
||||
buster.testCase("Work in progress", {
|
||||
buster.testCase("Offer tests", {
|
||||
'setUp' :
|
||||
function (done) {
|
||||
server.start("alpha",
|
||||
|
||||
Reference in New Issue
Block a user