From 9659d23bde3d514019c87ec790f228b710159bba Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 16 Oct 2018 10:37:16 +0200 Subject: [PATCH] add htlc_maximum_msat feature (bolt7) --- electrum/lightning.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/electrum/lightning.json b/electrum/lightning.json index ef4c7f308..9e807de1f 100644 --- a/electrum/lightning.json +++ b/electrum/lightning.json @@ -795,6 +795,11 @@ "fee_proportional_millionths": { "position": "124", "length": "4" + }, + "htlc_maximum_msat": { + "position": "128", + "length": "8", + "feature": "option_upfront_shutdown_script" } } },