From efd169e461885b25b34c1ad8d567943aaaf2ac17 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Mon, 6 Nov 2023 11:53:28 -0600 Subject: [PATCH] Set a bigger our_to_self_delay of 2 days --- mutiny-core/src/node.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/mutiny-core/src/node.rs b/mutiny-core/src/node.rs index 9ddf67ff0..63109f0ed 100644 --- a/mutiny-core/src/node.rs +++ b/mutiny-core/src/node.rs @@ -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,