Skip to content

Commit

Permalink
Merge pull request #828 from MutinyWallet/bigger-delay
Browse files Browse the repository at this point in the history
Set a bigger our_to_self_delay of 2 days
  • Loading branch information
TonyGiorgio authored Nov 6, 2023
2 parents 0736faa + efd169e commit 3979314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mutiny-core/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1928,6 +1928,7 @@ pub(crate) fn default_user_config() -> UserConfig {
commit_upfront_shutdown_pubkey: false,
negotiate_anchors_zero_fee_htlc_tx: true,
max_inbound_htlc_value_in_flight_percent_of_channel: 100,
our_to_self_delay: 6 * 24 * 2, // 2 days
..Default::default()
},
manually_accept_inbound_channels: true,
Expand Down

0 comments on commit 3979314

Please sign in to comment.