diff --git a/plugins/fpc/parameters.go b/plugins/fpc/parameters.go index 7bc73424231271934f3614a00070117d52e6efa6..5f1356426367175845f5bfc0c2f50c5af6a68980 100644 --- a/plugins/fpc/parameters.go +++ b/plugins/fpc/parameters.go @@ -13,5 +13,5 @@ const ( func init() { flag.Int(CfgFPCQuerySampleSize, 3, "Size of the voting quorum (k)") flag.Int(CfgFPCRoundInterval, 5, "FPC round interval [s]") - flag.String(CfgFPCBindAddress, "0.0.0.0:14636", "the bind address on which the FPC vote server binds to") + flag.String(CfgFPCBindAddress, "0.0.0.0:10895", "the bind address on which the FPC vote server binds to") }