We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d22fcc commit 7ba7cb1Copy full SHA for 7ba7cb1
crates/storage/snapshot/disklayer.rs
@@ -85,7 +85,6 @@ impl DiskLayer {
85
return Ok(value);
86
}
87
88
- // TODO: check that snapshot is done to make sure None is None?
89
let value = self.db.get_storage_snapshot(account_hash, storage_hash)?;
90
91
self.cache
crates/storage/snapshot/tree.rs
@@ -360,7 +360,6 @@ impl SnapshotTree {
360
.write()
361
.map_err(|error| SnapshotError::LockError(error.to_string()))?;
362
diff_value.set_parent(base.block_hash());
363
- //diff_value.origin = base.block_hash();
364
365
Ok(Some(base))
366
0 commit comments