From 046e19c0c7d4c649f6b462ad89c16ccf839887ed Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Thu, 18 Jan 2024 15:22:20 +0200 Subject: [PATCH] - fixed seeders --- fullArchiveP2P.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullArchiveP2P.toml b/fullArchiveP2P.toml index d5415a8..50164f7 100644 --- a/fullArchiveP2P.toml +++ b/fullArchiveP2P.toml @@ -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.