remove tab when connecting to external zcashd
This commit is contained in:
@@ -291,11 +291,9 @@ void ConnectionLoader::doManualConnect() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void ConnectionLoader::doRPCSetConnection(Connection* conn) {
|
void ConnectionLoader::doRPCSetConnection(Connection* conn) {
|
||||||
if (ezcashd) {
|
rpc->setEZcashd(ezcashd);
|
||||||
rpc->setEZcashd(ezcashd);
|
|
||||||
}
|
|
||||||
|
|
||||||
rpc->setConnection(conn);
|
rpc->setConnection(conn);
|
||||||
|
|
||||||
d->accept();
|
d->accept();
|
||||||
|
|
||||||
delete this;
|
delete this;
|
||||||
|
|||||||
Reference in New Issue
Block a user