1
0

lnchannel: fix extract_preimage for MPP.

- enforce MPP in the corresponding regtest.
 - fix get_invoice_status returning inflight if it was settled onchain
This commit is contained in:
ThomasV
2024-12-14 08:24:26 +01:00
parent 62af1ee887
commit 67470b92b7
3 changed files with 23 additions and 19 deletions

View File

@@ -277,6 +277,8 @@ fi
if [[ $1 == "extract_preimage" ]]; then
# instead of settling bob will broadcast
$alice setconfig test_force_disable_mpp false
$alice setconfig test_force_mpp true
$bob enable_htlc_settle false
wait_for_balance alice 1
echo "alice opens channel"