bitcoin: expose MempoolEntryFees

This commit is contained in:
jp1ac4 2024-08-07 15:41:10 +01:00 committed by Michael Mallan
parent 5011ad9290
commit c4c2424f24
No known key found for this signature in database
GPG Key ID: 5177CDCEDB0EABEB

View File

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