commit a9185b084681ef3e6728e7eea0855367ccb367b4
parent 6094f2751e658dbc2cc44b04455961a7046aaa3f
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:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/electrum/gui/kivy/uix/dialogs/lightning_channels.py b/electrum/gui/kivy/uix/dialogs/lightning_channels.py
@@ -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