Skip to content

Commit

Permalink
fix: build errro
Browse files Browse the repository at this point in the history
  • Loading branch information
vabanaerytk authored and Ludo Galabru committed Aug 26, 2023
1 parent a7704d8 commit 6363fad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/chainhook-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chainhook-sdk"
version = "0.8.4"
version = "0.8.5"
description = "Stateless Transaction Indexing Engine for Stacks and Bitcoin"
license = "GPL-3.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions components/chainhook-sdk/src/observer/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ fn generate_test_config() -> (EventObserverConfig, ChainhookStore) {
cache_path: "cache".into(),
bitcoin_network: BitcoinNetwork::Regtest,
stacks_network: StacksNetwork::Devnet,
data_handler_tx: None,
};
let predicates = ChainhookConfig::new();
let chainhook_store = ChainhookStore { predicates };
Expand Down

0 comments on commit 6363fad

Please sign in to comment.