mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-04-26 04:45:08 +08:00
fix: enable streaming for in-memory observers (#171)
This commit is contained in:
@@ -219,7 +219,8 @@ pub fn create_and_consolidate_chainhook_config_with_predicates(
|
||||
),
|
||||
predicate,
|
||||
) {
|
||||
Ok(spec) => {
|
||||
Ok(ref mut spec) => {
|
||||
chainhook_config.enable_specification(spec);
|
||||
info!(
|
||||
ctx.expect_logger(),
|
||||
"Predicate {} retrieved from config and loaded",
|
||||
|
||||
Reference in New Issue
Block a user