File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ var SidechainBootnodes = []string{
4747 "enode://1a4cc9c8512256ff475990c4ab03636ac7771315a42432a240c6161befa162324be5af0f65828f0b7ec468b3d2183c430fb4a33d88ba5057eaa35b36a3af4b56@127.0.0.1:30510" ,
4848}
4949
50-
5150// RinkebyBootnodes are the enode URLs of the P2P bootstrap nodes running on the
5251// Rinkeby test network.
5352var RinkebyBootnodes = []string {
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ var (
116116 Epoch : 201600 ,
117117 MaxSignerCount : 21 ,
118118 MinVoterBalance : new (big.Int ).Mul (big .NewInt (100 ), big .NewInt (1e+18 )),
119+ TrantorBlock : big .NewInt (695000 ),
119120 GenesisTimestamp : 1554004800 ,
120121 SelfVoteSigners : []common.UnprefixedAddress {
121122 common .UnprefixedAddress (common .HexToAddress ("t0be6865ffcbbe5f9746bef5c84b912f2ad9e52075" )),
@@ -139,10 +140,10 @@ var (
139140 Period : 1 ,
140141 Epoch : 201600 ,
141142 MaxSignerCount : 21 ,
142- TrantorBlock : big .NewInt (5 ),
143+ TrantorBlock : big .NewInt (5 ),
143144 MinVoterBalance : new (big.Int ).Mul (big .NewInt (100 ), big .NewInt (1e+18 )),
144145 GenesisTimestamp : 1554004800 ,
145- SelfVoteSigners : []common.UnprefixedAddress {},
146+ SelfVoteSigners : []common.UnprefixedAddress {},
146147 },
147148 }
148149
You can’t perform that action at this time.
0 commit comments