fix master build
This commit is contained in:
parent
3cb4a60db4
commit
619e6ffdd7
@ -42,7 +42,7 @@ func Host(mctx helpers.MetricsCtx, lc fx.Lifecycle, params P2PHostIn) (RawHost,
|
|||||||
return nil, fmt.Errorf("missing private key for node ID: %s", params.ID.Pretty())
|
return nil, fmt.Errorf("missing private key for node ID: %s", params.ID.Pretty())
|
||||||
}
|
}
|
||||||
|
|
||||||
opts := []libp2p.Option{libp2p.Identity(pkey), libp2p.Peerstore(params.Peerstore), libp2p.NoListenAddrs, libp2p.UserAgent("lotus-" + build.Version)}
|
opts := []libp2p.Option{libp2p.Identity(pkey), libp2p.Peerstore(params.Peerstore), libp2p.NoListenAddrs, libp2p.UserAgent("lotus-" + build.UserVersion)}
|
||||||
for _, o := range params.Opts {
|
for _, o := range params.Opts {
|
||||||
opts = append(opts, o...)
|
opts = append(opts, o...)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user