create migration plan
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user