From 4eae53ea21469aefafcd0c7e8ab026c19e90a5f4 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Thu, 25 Oct 2018 11:52:02 -0700 Subject: [PATCH] create migration plan --- src/main.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 96581a4..c86c2af 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -28,14 +28,6 @@ int main(int argc, char *argv[]) MainWindow w; w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION)); w.show(); - - // Temp - Turnstile t; - double amt = 0.0003; - qDebug() << QString::number(amt, 'f', 8) << ":"; - for (auto a : t.splitAmount(amt, 3)) { - qDebug() << QString::number(a, 'f', 8); - } return QApplication::exec(); }