Skip to content

Commit

Permalink
fixup! config: add max_funding_satoshis to enforce for inbound channels
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinewallace committed Apr 21, 2022
1 parent 146f357 commit e878a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/util/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub struct ChannelHandshakeLimits {
///
/// Default value: 0.
pub min_funding_satoshis: u64,
/// Maximum allowed satoshis when a channel is funded, this is supplied by the sender and so
/// Maximum allowed satoshis when a channel is funded. This is supplied by the sender and so
/// only applies to inbound channels.
///
/// Default value: 2^24.
Expand Down

0 comments on commit e878a95

Please sign in to comment.