From: Tobin Harding Date: Wed, 10 Feb 2021 00:41:50 +0000 (+1100) Subject: Use lazy_static X-Git-Tag: v0.5.0~10^2~5 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/%22example_cli/enum.Commands.html/enum.IterError.html?a=commitdiff_plain;h=2b5e177ab2156a6aacde4753be9986816adfd654;p=bdk Use lazy_static `lazy_static` is not imported, this error is hidden behind the `compact_filters` feature flag. --- diff --git a/src/blockchain/compact_filters/store.rs b/src/blockchain/compact_filters/store.rs index 3b879194..bc81f066 100644 --- a/src/blockchain/compact_filters/store.rs +++ b/src/blockchain/compact_filters/store.rs @@ -46,6 +46,8 @@ use bitcoin::BlockHash; use bitcoin::BlockHeader; use bitcoin::Network; +use lazy_static::lazy_static; + use super::CompactFiltersError; lazy_static! {