Wire up private key export

This commit is contained in:
Aditya Kulkarni
2019-10-18 19:21:40 -07:00
parent 70774a477d
commit fba4c61976
5 changed files with 24 additions and 363 deletions

View File

@@ -214,7 +214,7 @@ public:
}
w = new MainWindow();
w->setWindowTitle("ZecWallet v" + QString(APP_VERSION));
w->setWindowTitle("Zecwallet v" + QString(APP_VERSION));
// If there was a payment URI on the command line, pay it
if (parser.positionalArguments().length() > 0) {