intermediate checkin
This commit is contained in:
committed by
Aditya Kulkarni
parent
682a66dd11
commit
18bc6b0cc8
@@ -28,6 +28,10 @@ int main(int argc, char *argv[])
|
||||
MainWindow w;
|
||||
w.setWindowTitle("zec-qt-wallet v" + QString(APP_VERSION));
|
||||
w.show();
|
||||
|
||||
// Temp
|
||||
Turnstile t;
|
||||
qDebug() << t.splitAmount(1245.2294371, 3);
|
||||
|
||||
return QApplication::exec();
|
||||
}
|
||||
|
||||
@@ -34,4 +34,4 @@ private:
|
||||
RPC* rpc;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user