Skip to content

Commit 15d3b20

Browse files
committed
update StorageSettings pattern match for new field
1 parent 4198ccd commit 15d3b20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/commands/src/db/settings.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ impl Command {
9292
receipts_in_static_files: _,
9393
transaction_senders_in_static_files: _,
9494
storages_history_in_rocksdb: _,
95+
transaction_hash_numbers_in_rocksdb: _,
9596
} = settings.unwrap_or_else(StorageSettings::legacy);
9697

9798
// Update the setting based on the key

0 commit comments

Comments
 (0)