Skip to content

Commit 186068d

Browse files
committed
f - add TODO
1 parent 1516d84 commit 186068d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lightning/src/ln/channel.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10735,6 +10735,8 @@ where
1073510735
)));
1073610736
}
1073710737

10738+
// TODO(splicing): Move this check once user-provided contributions are supported for
10739+
// counterparty-initiated splices.
1073810740
if our_funding_contribution > SignedAmount::MAX_MONEY {
1073910741
return Err(ChannelError::WarnAndDisconnect(format!(
1074010742
"Channel {} cannot be spliced; our contribution exceeds total bitcoin supply: {}",

0 commit comments

Comments
 (0)