We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4cbf7d commit f27cc1eCopy full SHA for f27cc1e
lightning/src/sign/tx_builder.rs
@@ -213,6 +213,7 @@ impl TxBuilder for SpecTxBuilder {
213
holder_channel_constraints.dust_limit_satoshis,
214
channel_type,
215
)
216
+ // TODO: should `get_available_balances` be fallible ?
217
.unwrap();
218
let local_stats_min_fee = SpecTxBuilder {}
219
.get_next_commitment_stats(
0 commit comments