Support fast sync during initial block download

This commit is contained in:
Aditya Kulkarni
2019-06-03 13:28:43 -07:00
parent 9fada760d2
commit 74bb8a4e95
4 changed files with 100 additions and 43 deletions

View File

@@ -22,6 +22,7 @@ struct ConnectionConfig {
QString rpcpassword;
bool usingZcashConf;
bool zcashDaemon;
bool skiptxverification;
QString zcashDir;
QString proxy;