Discussion draft: change DB Writer to take value references (#13672)

This commit is contained in:
James Prestwich
2025-01-07 12:38:09 -05:00
committed by GitHub
parent 2b301aa102
commit 3e980e61d8
41 changed files with 149 additions and 137 deletions

View File

@@ -223,7 +223,7 @@ where
// finally, write the receipts
provider.write_state(
execution_outcome,
&execution_outcome,
OriginalValuesKnown::Yes,
StorageLocation::StaticFiles,
)?;