Skip to content

Commit 7ba7cb1

Browse files
committed
remove some comments
1 parent 7d22fcc commit 7ba7cb1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/storage/snapshot/disklayer.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ impl DiskLayer {
8585
return Ok(value);
8686
}
8787

88-
// TODO: check that snapshot is done to make sure None is None?
8988
let value = self.db.get_storage_snapshot(account_hash, storage_hash)?;
9089

9190
self.cache

crates/storage/snapshot/tree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ impl SnapshotTree {
360360
.write()
361361
.map_err(|error| SnapshotError::LockError(error.to_string()))?;
362362
diff_value.set_parent(base.block_hash());
363-
//diff_value.origin = base.block_hash();
364363

365364
Ok(Some(base))
366365
}

0 commit comments

Comments
 (0)