From a9185b084681ef3e6728e7eea0855367ccb367b4 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 1 Mar 2021 18:20:33 +0100 Subject: [PATCH] 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 --- electrum/gui/kivy/uix/dialogs/lightning_channels.py | 2 +- 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 index d83e88975..d237bded7 100644 --- 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