Skip to content

Commit

Permalink
fix: libp2p.New calls
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Aug 22, 2023
1 parent 4b94e5d commit 6d166f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/chat-app-ui/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func main() {
// libp2p.New constructs a new libp2p Host.
// Other options can be added here.
host, err := libp2p.New(
ctx,
libp2p.ListenAddrs(sourceMultiAddr),
libp2p.Identity(priv),
)
Expand Down
1 change: 0 additions & 1 deletion examples/chat-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ func main() {
// libp2p.New constructs a new libp2p Host.
// Other options can be added here.
host, err := libp2p.New(
ctx,
libp2p.ListenAddrs(sourceMultiAddr),
libp2p.Identity(priv),
)
Expand Down

0 comments on commit 6d166f6

Please sign in to comment.