X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=gui%2Fgui_lite.py;h=7f8a4b2bd3b8e42d7ec708f601de295528173e81;hb=b1b2bab5c52864623ea44f05c0afe623cbfbd141;hp=f996fec30c6cef5c88037dca0e5ef77c467c53e4;hpb=437c79eab50e115045289c0f235cff95e9f8aec6;p=electrum-nvc.git diff --git a/gui/gui_lite.py b/gui/gui_lite.py index f996fec..7f8a4b2 100644 --- a/gui/gui_lite.py +++ b/gui/gui_lite.py @@ -787,7 +787,7 @@ class MiniActuator: def set_configured_currency(self, set_quote_currency): """Set the inital fiat currency conversion country (USD/EUR/GBP) in the GUI to what it was set to in the wallet.""" - currency = self.wallet.config.get('conversion_currency') + currency = self.wallet.config.get('currency') # currency can be none when Electrum is used for the first # time and no setting has been created yet. if currency is not None: