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
...@@ -59,7 +59,7 @@ import ( ...@@ -59,7 +59,7 @@ import (
ctx := context.Background() ctx := context.Background()
// Put all this together // 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 { if err != nil {
panic(err) 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