URI: 
       tfollow-up previous commit (this was for testing) - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 16554afa1b62c0ea5d759add7bdb640a0a059f95
   DIR parent 2e4f45ec7446f43e2861cc971bf70ed189590bac
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Fri,  5 Mar 2021 10:14:26 +0100
       
       follow-up previous commit (this was for testing)
       
       Diffstat:
         M electrum/trampoline.py              |       3 +--
       
       1 file changed, 1 insertion(+), 2 deletions(-)
       ---
   DIR diff --git a/electrum/trampoline.py b/electrum/trampoline.py
       t@@ -55,8 +55,7 @@ TRAMPOLINE_FEES = [
        # TODO for some pubkeys, there are multiple network addresses we could try
        TRAMPOLINE_NODES_MAINNET = {
            'ACINQ': LNPeerAddr(host='34.239.230.56', port=9735, pubkey=bytes.fromhex('03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f')),
       -    #'Electrum trampoline': LNPeerAddr(host='144.76.99.209', port=9740, pubkey=bytes.fromhex('03ecef675be448b615e6176424070673ef8284e0fd19d8be062a6cb5b130a0a0d1')),
       -    'blah': LNPeerAddr(host='34.236.113.58', port=9735, pubkey=bytes.fromhex('02fa50c72ee1e2eb5f1b6d9c3032080c4c864373c4201dfa2966aa34eee1051f97')),
       +    'Electrum trampoline': LNPeerAddr(host='144.76.99.209', port=9740, pubkey=bytes.fromhex('03ecef675be448b615e6176424070673ef8284e0fd19d8be062a6cb5b130a0a0d1')),
        }
        TRAMPOLINE_NODES_TESTNET = {
            'endurance': LNPeerAddr(host='34.250.234.192', port=9735, pubkey=bytes.fromhex('03933884aaf1d6b108397e5efe5c86bcf2d8ca8d2f700eda99db9214fc2712b134')),