*activeRelay not needed in network class
This commit is contained in:
parent
960c321ecf
commit
a8b0f36d16
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue