Skip to content

Commit

Permalink
- fixed seeders
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Jan 18, 2024
1 parent 87b88d4 commit 046e19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fullArchiveP2P.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

# ProtocolID represents the protocol that this node will advertize to other peers
# To connect to other nodes, those nodes should have the same ProtocolID string
ProtocolID = "/erd/kad/0.2.3"
ProtocolID = "/erd/kad/0.2.4"

# InitialPeerList represents the list of strings of some known nodes that will bootstrap this node
# The address will be in a self-describing addressing format.
Expand Down

0 comments on commit 046e19c

Please sign in to comment.