Add backup wallet option

This commit is contained in:
adityapk00
2018-11-18 18:55:24 -08:00
parent b572dfadef
commit 0bce364f0b
6 changed files with 41 additions and 8 deletions

View File

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