Skip to content

Commit

Permalink
finishing p2p handler - question
Browse files Browse the repository at this point in the history
  • Loading branch information
pnowosie committed Sep 4, 2024
1 parent 8f03e6c commit 9efe016
Show file tree
Hide file tree
Showing 11 changed files with 912 additions and 921 deletions.
3 changes: 0 additions & 3 deletions p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ func New(addr, publicAddr, version, peers, privKeyStr string, feederNode bool, b
return addrs
}

// try to instanciate snap_server here
var snapServer junoSync.SnapServer = junoSync.New()

p2pHost, err := libp2p.New(
libp2p.ListenAddrs(sourceMultiAddr),
libp2p.Identity(prvKey),
Expand Down
Loading

0 comments on commit 9efe016

Please sign in to comment.