From cbcc677ca87b817d8753f181133977a4e8bb019b Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Wed, 20 Nov 2024 10:12:43 +0200 Subject: [PATCH] - fixed the default port: added range instead of fixed value --- cmd/bridge/config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/bridge/config/config.toml b/cmd/bridge/config/config.toml index 70e3d547..6d1bd27a 100644 --- a/cmd/bridge/config/config.toml +++ b/cmd/bridge/config/config.toml @@ -50,7 +50,7 @@ ScCallPerformForEach = 10000000 [P2P] - Port = "10010" + Port = "37373-38383" InitialPeerList = [] ProtocolID = "/erd/relay/1.0.0" [P2P.Transports]