File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export class IdentifyService implements Startable {
79
79
private readonly components : IdentifyServiceComponents
80
80
private readonly identifyProtocolStr : string
81
81
private readonly identifyPushProtocolStr : string
82
- private readonly host : {
82
+ public readonly host : {
83
83
protocolVersion : string
84
84
agentVersion : string
85
85
}
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export class Libp2pNode extends EventEmitter<Libp2pEvents> implements Libp2p {
56
56
public peerId : PeerId
57
57
public dht : DualDHT
58
58
public pubsub : PubSub
59
- public identifyService ? : IdentifyService
59
+ public identifyService : IdentifyService
60
60
public fetchService : FetchService
61
61
public pingService : PingService
62
62
public components : Components
You can’t perform that action at this time.
0 commit comments