File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ type peer struct {
7777
7878 knownVote mapset.Set // Set of BFT Vote known to be known by this peer
7979 knownTimeout mapset.Set // Set of BFT timeout known to be known by this peer
80- knownSyncInfo mapset.Set // Set of BFT Sync Info known to be known by this peer`
80+ knownSyncInfo mapset.Set // Set of BFT Sync Info known to be known by this peer
8181}
8282
8383func newPeer (version int , p * p2p.Peer , rw p2p.MsgReadWriter ) * peer {
Original file line number Diff line number Diff line change 4848 TimeoutPeriod : 30 ,
4949 MinePeriod : 2 ,
5050 },
51+ 2000 : {
52+ MaxMasternodes : 108 ,
53+ SwitchRound : 2000 ,
54+ CertThreshold : 0.667 ,
55+ TimeoutSyncThreshold : 2 ,
56+ TimeoutPeriod : 600 ,
57+ MinePeriod : 2 ,
58+ },
5159 }
5260
5361 TestnetV2Configs = map [uint64 ]* V2Config {
You can’t perform that action at this time.
0 commit comments