We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4198ccd commit 15d3b20Copy full SHA for 15d3b20
crates/cli/commands/src/db/settings.rs
@@ -92,6 +92,7 @@ impl Command {
92
receipts_in_static_files: _,
93
transaction_senders_in_static_files: _,
94
storages_history_in_rocksdb: _,
95
+ transaction_hash_numbers_in_rocksdb: _,
96
} = settings.unwrap_or_else(StorageSettings::legacy);
97
98
// Update the setting based on the key
0 commit comments