#74 Add Tor Support

This commit is contained in:
adityapk
2018-12-12 14:45:10 -08:00
parent eca89183f6
commit c5e8b01c2a
7 changed files with 134 additions and 28 deletions

View File

@@ -23,6 +23,7 @@ struct ConnectionConfig {
bool usingZcashConf;
bool zcashDaemon;
QString zcashDir;
QString proxy;
ConnectionType connType;
};