Skip to content

Commit 7b5f925

Browse files
fix: export BumpFeeTxBuilder to uniffi
1 parent b1d6aca commit 7b5f925

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bdk-ffi/src/tx_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ pub(crate) struct BumpFeeTxBuilder {
421421
pub(crate) version: Option<i32>,
422422
}
423423

424+
#[uniffi::export]
424425
impl BumpFeeTxBuilder {
425426
#[uniffi::constructor]
426427
pub(crate) fn new(txid: String, fee_rate: Arc<FeeRate>) -> Self {

0 commit comments

Comments
 (0)