1
0

lnworker: MPP send: more aggressively split large htlcs

related: https://github.com/spesmilo/electrum/issues/7987#issuecomment-1670002482
This commit is contained in:
SomberNight
2023-08-11 15:08:18 +00:00
parent 8f768d1da5
commit 35c9ac8f31
5 changed files with 35 additions and 4 deletions

View File

@@ -93,6 +93,7 @@ if [[ $1 == "init" ]]; then
$agent setconfig --offline use_gossip True
$agent setconfig --offline server 127.0.0.1:51001:t
$agent setconfig --offline lightning_to_self_delay 144
$agent setconfig --offline test_force_disable_mpp True
# alice is funded, bob is listening
if [[ $2 == "bob" ]]; then
$bob setconfig --offline lightning_listen localhost:9735