Browse Source

remove tab when connecting to external zcashd

recurring
Aditya Kulkarni 6 years ago
parent
commit
7e6f6f6db4
  1. 6
      src/connection.cpp

6
src/connection.cpp

@ -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;

Loading…
Cancel
Save