remove tab when connecting to external zcashd
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user