From 4eff7abf3b0e2a2eadacfe9cd991407c9d491dff Mon Sep 17 00:00:00 2001 From: Guanqun Lu Date: Sun, 11 Jun 2017 22:41:16 +0800 Subject: [PATCH] StateDB: change spaces to tab --- ethcore/src/state_db.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ethcore/src/state_db.rs b/ethcore/src/state_db.rs index a5823f50b..de5a3f75b 100644 --- a/ethcore/src/state_db.rs +++ b/ethcore/src/state_db.rs @@ -477,7 +477,7 @@ mod tests { let mut batch = DBTransaction::new(); // blocks [ 3a(c) 2a(c) 2b 1b 1a(c) 0 ] - // balance [ 5 5 4 3 2 2 ] + // balance [ 5 5 4 3 2 2 ] let mut s = state_db.boxed_clone_canon(&root_parent); s.add_to_account_cache(address, Some(Account::new_basic(2.into(), 0.into())), false); s.journal_under(&mut batch, 0, &h0).unwrap();