URI: 
       tadd htlc_maximum_msat feature (bolt7) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 9659d23bde3d514019c87ec790f228b710159bba
   DIR parent 79989ad538b1113178755172d346338388a8bf95
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Tue, 16 Oct 2018 10:37:16 +0200
       
       add htlc_maximum_msat feature (bolt7)
       
       Diffstat:
         M electrum/lightning.json             |       5 +++++
       
       1 file changed, 5 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/electrum/lightning.json b/electrum/lightning.json
       t@@ -795,6 +795,11 @@
           "fee_proportional_millionths": {
            "position": "124",
            "length": "4"
       +   },
       +   "htlc_maximum_msat": {
       +    "position": "128",
       +    "length": "8",
       +    "feature": "option_upfront_shutdown_script"
           }
          }
         },