Browse Source

switch default display to mBTC

283
ThomasV 11 years ago
parent
commit
e7a71ff806
  1. 2
      gui/qt/main_window.py

2
gui/qt/main_window.py

@ -142,7 +142,7 @@ class ElectrumWindow(QMainWindow):
self.need_update = threading.Event()
self.decimal_point = config.get('decimal_point', 8)
self.decimal_point = config.get('decimal_point', 5)
self.num_zeros = int(config.get('num_zeros',0))
set_language(config.get('language'))

Loading…
Cancel
Save