Skip to content

Commit

Permalink
sk
Browse files Browse the repository at this point in the history
  • Loading branch information
Longarithm committed Mar 20, 2024
1 parent c50fb22 commit 691b53c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/store/src/trie/trie_recording.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ mod trie_recording_tests {
/// The keys that we should be using to call get_optimized_ref() on the
/// trie with.
keys_to_get_ref: Vec<Vec<u8>>,
/// The keys to be updated after trie reads.
updates: Vec<(Vec<u8>, Option<Vec<u8>>)>,
state_root: StateRoot,
}
Expand Down

0 comments on commit 691b53c

Please sign in to comment.