electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 9659d23bde3d514019c87ec790f228b710159bba
parent 79989ad538b1113178755172d346338388a8bf95
Author: ThomasV <thomasv@electrum.org>
Date:   Tue, 16 Oct 2018 10:37:16 +0200

add htlc_maximum_msat feature (bolt7)

Diffstat:
Melectrum/lightning.json | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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" } } },