mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
Discussion draft: change DB Writer to take value references (#13672)
This commit is contained in:
@@ -223,7 +223,7 @@ where
|
||||
|
||||
// finally, write the receipts
|
||||
provider.write_state(
|
||||
execution_outcome,
|
||||
&execution_outcome,
|
||||
OriginalValuesKnown::Yes,
|
||||
StorageLocation::StaticFiles,
|
||||
)?;
|
||||
|
||||
Reference in New Issue
Block a user