correct rpc default port

This commit is contained in:
Jeffrey Picard 2022-09-07 05:18:29 +00:00
parent 0e5ab2711f
commit e97469f589

View file

@ -56,7 +56,7 @@ const (
DefaultEsPort = "9200"
DefaultPrometheusPort = "2112"
DefaultNotifierPort = "18080"
DefaultJSONRPCPort = "8080"
DefaultJSONRPCPort = "50001"
DefaultRefreshDelta = 5
DefaultCacheTTL = 5
DefaultPeerFile = "peers.txt"