Use lazy_static

`lazy_static` is not imported, this error is hidden behind the
`compact_filters` feature flag.
This commit is contained in:
Tobin Harding 2021-02-10 11:41:50 +11:00
parent bfe29c4ef6
commit 2b5e177ab2
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -46,6 +46,8 @@ use bitcoin::BlockHash;
use bitcoin::BlockHeader;
use bitcoin::Network;
use lazy_static::lazy_static;
use super::CompactFiltersError;
lazy_static! {