create migration plan

This commit is contained in:
Aditya Kulkarni
2018-10-25 11:52:02 -07:00
parent 85166012c8
commit 4eae53ea21

View File

@@ -29,13 +29,5 @@ int main(int argc, char *argv[])
w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION)); w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION));
w.show(); 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(); return QApplication::exec();
} }