Browse Source

Default consolidation to ON

pull/184/head
Duke Leto 4 years ago
parent
commit
12571798f0
  1. 3
      src/connection.cpp

3
src/connection.cpp

@ -215,6 +215,9 @@ void ConnectionLoader::createZcashConf() {
out << "rpcworkqueue=256\n";
out << "rpcallowip=127.0.0.1\n";
// Consolidation is now defaulted to ON for new wallets
out << "consolidation=1\n";
if (!datadir.isEmpty()) {
out << "datadir=" % datadir % "\n";
}

Loading…
Cancel
Save