Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
use update Storage trait method
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed May 22, 2024
1 parent 206dd22 commit f1118b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocks/src/sovereign/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ where

state_update.add_accessory_items(accessory_delta.freeze());

self.prover_storage().commit(&state_update);
self.prover_storage().materialize_changes(&state_update);

self.push_state_root(root_hash);
}
Expand Down

0 comments on commit f1118b2

Please sign in to comment.