aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-26 22:55:25 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-09-26 22:55:25 +0300
commitf402fd9e7d26f5b2bc56c55322a7a97ebb3dbe66 (patch)
tree0a27984eaf33c9af6b72d1930693d2f32d1d923d /main.cpp
parent7e769b3a87c9eda69d0506c9ce13859bafc50951 (diff)
downloadmonzero-gui-f402fd9e7d26f5b2bc56c55322a7a97ebb3dbe66.tar.gz
monzero-gui-f402fd9e7d26f5b2bc56c55322a7a97ebb3dbe66.tar.xz
monzero-gui-f402fd9e7d26f5b2bc56c55322a7a97ebb3dbe66.zip
Wallet::daemonBlockChainHeight(); BC sync progress in GUI
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 387c4b13..129d38c2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -114,7 +114,7 @@ int main(int argc, char *argv[])
QObject::connect(eventFilter, SIGNAL(mousePressed(QVariant,QVariant,QVariant)), rootObject, SLOT(mousePressed(QVariant,QVariant,QVariant)));
QObject::connect(eventFilter, SIGNAL(mouseReleased(QVariant,QVariant,QVariant)), rootObject, SLOT(mouseReleased(QVariant,QVariant,QVariant)));
- WalletManager::instance()->setLogLevel(WalletManager::LogLevel_Max);
+ // WalletManager::instance()->setLogLevel(WalletManager::LogLevel_Max);
return app.exec();
}