config: update default port to 8465

Update default port to 8465 which has no commonly used TCP application
to avoid collisions.
This commit is contained in:
carla 2020-03-05 17:47:05 +02:00
parent 2d7d0e8d10
commit 5c28058d4a
No known key found for this signature in database
GPG key ID: 4CA7FE54A6213C91

View file

@ -15,7 +15,7 @@ const (
defaultNetwork = "mainnet"
defaultMinimumMonitor = time.Hour * 24 * 7 * 4 // four weeks in hours
defaultDebugLevel = "info"
defaultRPCListen = "localhost:8419"
defaultRPCListen = "localhost:8465"
)
type config struct {