Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix overwite-chainspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jul 19, 2022
1 parent 2178a48 commit 46759cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/akula-toolbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ fn overwrite_chainspec(data_dir: AkulaDataDir, chainspec_file: PathBuf) -> anyho
let tx = env.begin_mutable()?;

tx.set(tables::Config, (), new_chainspec)?;
tx.commit()?;

Ok(())
}
Expand Down

0 comments on commit 46759cc

Please sign in to comment.