stateless: cast empty peer.ID correctly

This commit is contained in:
Hector Sanjuan 2022-03-11 16:41:22 +01:00
parent fbc69ee3c6
commit c871c85f98

View File

@ -96,7 +96,7 @@ func (spt *Tracker) getIPFSID(ctx context.Context) api.IPFSID {
"",
"Cluster",
"IPFSID",
"", // local peer
peer.ID(""), // local peer
&ipfsid,
)
if err != nil {