URI: 
       t(minor) fix typo in comment - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit d04b8c05e2ed320148a781eee757ab2cada45188
   DIR parent f5053cc2429ccca5d7d0bdc4b9f4c069d251e51a
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 27 Feb 2020 14:48:08 +0100
       
       (minor) fix typo in comment
       
       Diffstat:
         M electrum/lnpeer.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/lnpeer.py b/electrum/lnpeer.py
       t@@ -1392,7 +1392,7 @@ class Peer(Logger):
                    await self.await_remote(chan, ctn)
                self.send_message('shutdown', channel_id=chan.channel_id, len=len(scriptpubkey), scriptpubkey=scriptpubkey)
                chan.set_state(channel_states.CLOSING)
       -        # can fullfill of fail htlcs. cannot add htlcs, because of CLOSING state
       +        # can fullfill or fail htlcs. cannot add htlcs, because of CLOSING state
                chan.set_can_send_ctx_updates(True)
        
            @log_exceptions