Update journaldb.rs
This commit is contained in:
parent
77fdef4fb0
commit
79258a9912
@ -20,7 +20,7 @@ pub struct JournalDB {
|
||||
forward: OverlayDB,
|
||||
backing: Arc<DB>,
|
||||
inserts: Vec<H256>,
|
||||
removes: Vec<H256>
|
||||
removes: Vec<H256>,
|
||||
}
|
||||
|
||||
impl JournalDB {
|
||||
|
Loading…
Reference in New Issue
Block a user