Unverified Commit 4bba0bb6 authored by Steven Allen's avatar Steven Allen Committed by GitHub
Browse files

Merge pull request #260 from nuxibyte/master

Fixed typo.
parents 8850e513 835b66ab
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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