Skip to content

Commit f27cc1e

Browse files
committed
Add a question
1 parent d4cbf7d commit f27cc1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lightning/src/sign/tx_builder.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ impl TxBuilder for SpecTxBuilder {
213213
holder_channel_constraints.dust_limit_satoshis,
214214
channel_type,
215215
)
216+
// TODO: should `get_available_balances` be fallible ?
216217
.unwrap();
217218
let local_stats_min_fee = SpecTxBuilder {}
218219
.get_next_commitment_stats(

0 commit comments

Comments
 (0)