From 691b53cf1f8d8ae1f4ff1870cf8901b91f14b97b Mon Sep 17 00:00:00 2001 From: Longarithm Date: Wed, 20 Mar 2024 17:22:41 +0400 Subject: [PATCH] sk --- core/store/src/trie/trie_recording.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/core/store/src/trie/trie_recording.rs b/core/store/src/trie/trie_recording.rs index c81d1133e36..cc411db5b3f 100644 --- a/core/store/src/trie/trie_recording.rs +++ b/core/store/src/trie/trie_recording.rs @@ -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>, + /// The keys to be updated after trie reads. updates: Vec<(Vec, Option>)>, state_root: StateRoot, }