*activeRelay not needed in network class

This commit is contained in:
Derrick Hammer 2022-12-04 02:46:25 -05:00
parent 960c321ecf
commit a8b0f36d16
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 0 additions and 6 deletions

View File

@ -11,12 +11,6 @@ export default class RpcNetwork {
this._dht = dht;
}
private _activeRelay?: RPC;
get activeRelay(): RPC {
return this._activeRelay as RPC;
}
private _dht: typeof DHT;
get dht() {