fix: enable streaming for in-memory observers (#171)

This commit is contained in:
Ludo Galabru
2023-09-08 16:57:24 -04:00
committed by GitHub
parent 480d05cf0c
commit 50f8393ae3

View File

@@ -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",