Unverified Commit 835b66ab authored by Errol Chevannes's avatar Errol Chevannes Committed by GitHub
Browse files

Fixed typo.

parent 8850e513
......@@ -59,7 +59,7 @@ import (
ctx := context.Background()
// Put all this together
netw, err := swarm.NewNetwork(ctx, []ma.Multiaddr{maddr}, ident.ID(), ps, nil)
netw, err := swarm.NewNetwork(ctx, []ma.Multiaddr{maddr}, pid, ps, nil)
if err != nil {
panic(err)
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment