Cleanup for wormhole connection
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
// Forward declare to break circular dependency.
|
||||
class RPC;
|
||||
class Settings;
|
||||
class WSServer;
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
@@ -93,7 +94,6 @@ private:
|
||||
void addressBook();
|
||||
void payZcashURI();
|
||||
void postToZBoard();
|
||||
void connectApp();
|
||||
void importPrivKey();
|
||||
void exportAllKeys();
|
||||
void exportKeys(QString addr = "");
|
||||
@@ -106,6 +106,8 @@ private:
|
||||
|
||||
void createWebsocket();
|
||||
|
||||
WSServer* wsserver = nullptr;
|
||||
|
||||
RPC* rpc = nullptr;
|
||||
QCompleter* labelCompleter = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user