Skip to content

Commit

Permalink
Remove 'rocksdb' from new context aftion file replayer, set 'inmem' a…
Browse files Browse the repository at this point in the history
…s the default backend.
  • Loading branch information
tizoc committed Jun 13, 2021
1 parent 8f86144 commit d016d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tezos/new_context/bin/context_action_file_replayer.rs
Expand Up @@ -63,9 +63,9 @@ impl Args {
.takes_value(true)
.value_name("STRING")
.required(true)
.default_value("rocksdb")
.default_value("inmem")
.possible_values(&SupportedContextKeyValueStore::possible_values())
.help("Choose the merkle storege backend - supported backends: 'rocksdb', 'sled', 'inmem', 'btree'"));
.help("Choose the merkle storege backend - supported backends: 'sled', 'inmem', 'btree'"));

let matches = app.get_matches();

Expand Down

0 comments on commit d016d4d

Please sign in to comment.