Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master' into feat/z…
Browse files Browse the repository at this point in the history
…ktrie-ng

# Conflicts:
#	crates/bin/src/utils.rs
#	crates/core/src/chunk.rs
#	crates/core/src/database.rs
#	crates/core/src/executor/mod.rs
#	crates/primitives/src/lib.rs
  • Loading branch information
lightsing committed Sep 23, 2024
2 parents c727162 + 8fe7b2b commit b6bee15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ extern crate sbv;

use clap::Parser;
use sbv::core::HardforkConfig;
use sbv::primitives::init_hash_scheme;

#[cfg(feature = "dev")]
use tracing_subscriber::EnvFilter;
Expand Down Expand Up @@ -42,6 +43,8 @@ async fn main() -> anyhow::Result<()> {
)
.init();

init_hash_scheme();

let cmd = Cli::parse();

#[cfg(feature = "metrics")]
Expand Down

0 comments on commit b6bee15

Please sign in to comment.