bitcoin: remove unused import

This commit is contained in:
Antoine Poinsot 2024-01-04 14:34:40 +01:00
parent ce026a62e6
commit 4949632fe6
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -9,7 +9,7 @@ use crate::{
bitcoin::d::{BitcoindError, CachedTxGetter, LSBlockEntry},
descriptors,
};
pub use d::{MempoolEntry, MempoolEntryFees, SyncProgress};
pub use d::{MempoolEntry, SyncProgress};
use std::{fmt, sync};