URI: 
       tremove double definition of lightning_history. fixes #5984 - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 67d0e780b3a274e5070c0ad2181167acf5287eb1
   DIR parent 9616333b39b93388def4f133614c5122fafc00a6
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Sun, 23 Feb 2020 11:59:34 +0100
       
       remove double definition of lightning_history. fixes #5984
       
       Diffstat:
         M electrum/commands.py                |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/electrum/commands.py b/electrum/commands.py
       t@@ -992,10 +992,6 @@ class Commands:
            async def list_invoices(self, wallet: Abstract_Wallet = None):
                return wallet.get_invoices()
        
       -    @command('w')
       -    async def lightning_history(self, wallet: Abstract_Wallet = None):
       -        return wallet.lnworker.get_history()
       -
            @command('wn')
            async def close_channel(self, channel_point, force=False, wallet: Abstract_Wallet = None):
                txid, index = channel_point.split(':')