remove tab when connecting to external zcashd

This commit is contained in:
Aditya Kulkarni
2018-11-09 15:00:49 -08:00
parent e7bf6b1677
commit 7e6f6f6db4

View File

@@ -291,11 +291,9 @@ void ConnectionLoader::doManualConnect() {
}
void ConnectionLoader::doRPCSetConnection(Connection* conn) {
if (ezcashd) {
rpc->setEZcashd(ezcashd);
}
rpc->setEZcashd(ezcashd);
rpc->setConnection(conn);
d->accept();
delete this;