#49 - Handle zcashd set to daemon=1

This commit is contained in:
Aditya Kulkarni
2018-11-21 09:46:57 -08:00
parent ce9af00302
commit 3167fb97d4
3 changed files with 36 additions and 17 deletions

View File

@@ -21,6 +21,7 @@ struct ConnectionConfig {
QString rpcuser;
QString rpcpassword;
bool usingZcashConf;
bool zcashDaemon;
QString zcashDir;
ConnectionType connType;