Add payment URI support on command line

This commit is contained in:
Aditya Kulkarni
2019-03-18 14:17:48 -07:00
parent e5c8078eaf
commit 78512cc05d
8 changed files with 104 additions and 21 deletions

View File

@@ -50,6 +50,9 @@ public:
void createWebsocket(QString wormholecode);
void stopWebsocket();
void balancesReady();
void payZcashURI(QString uri = "");
void updateLabels();
void updateTAddrCombo(bool checked);
void updateFromCombo();
@@ -105,7 +108,6 @@ private:
void donate();
void addressBook();
void payZcashURI();
void postToZBoard();
void importPrivKey();
void exportAllKeys();
@@ -117,6 +119,9 @@ private:
void restoreSavedStates();
bool uiPaymentsReady = false;
QString pendingURIPayment;
WSServer* wsserver = nullptr;
WormholeClient* wormhole = nullptr;