URI: 
       tfollow-up prev - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit a9185b084681ef3e6728e7eea0855367ccb367b4
   DIR parent 6094f2751e658dbc2cc44b04455961a7046aaa3f
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Mon,  1 Mar 2021 18:20:33 +0100
       
       follow-up prev
       
       kivy infers the type of the property from the default value.
       without this, it was converting the str(Decimal(x)) to float
       
       Diffstat:
         M electrum/gui/kivy/uix/dialogs/ligh… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/electrum/gui/kivy/uix/dialogs/lightning_channels.py b/electrum/gui/kivy/uix/dialogs/lightning_channels.py
       t@@ -230,7 +230,7 @@ Builder.load_string(r'''
            remote_ctn:0
            local_csv:0
            remote_csv:0
       -    feerate:0
       +    feerate:''
            can_send:''
            can_receive:''
            is_open:False