switch default display to mBTC
authorThomasV <thomasv@gitorious>
Thu, 24 Apr 2014 06:38:01 +0000 (08:38 +0200)
committerThomasV <thomasv@gitorious>
Thu, 24 Apr 2014 06:38:01 +0000 (08:38 +0200)
gui/qt/main_window.py

index c4da354..df4bd54 100644 (file)
@@ -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'))