Skip to content

Commit

Permalink
bitcoin: expose MempoolEntryFees
Browse files Browse the repository at this point in the history
  • Loading branch information
jp1ac4 committed Sep 4, 2024
1 parent 5011ad9 commit c4c2424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitcoin/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};

Expand Down

0 comments on commit c4c2424

Please sign in to comment.