Skip to content

Commit ad0bbc2

Browse files
committed
f Build RBF test with UniFFI
Convert the explicit fee rate through Into so the anchor-reserve RBF test builds with both the native and UniFFI fee-rate APIs. Co-Authored-By: HAL 9000
1 parent eedc50f commit ad0bbc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration_tests_rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3076,7 +3076,7 @@ async fn onchain_fee_bump_rbf_respects_anchor_reserve() {
30763076
let high_fee_rate = bitcoin::FeeRate::from_sat_per_kwu(20_000);
30773077
assert_eq!(
30783078
Err(NodeError::InsufficientFunds),
3079-
node_b.onchain_payment().bump_fee_rbf(payment_id, Some(high_fee_rate))
3079+
node_b.onchain_payment().bump_fee_rbf(payment_id, Some(high_fee_rate.into()))
30803080
);
30813081
}
30823082

0 commit comments

Comments
 (0)