mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 03:16:45 +01:00
Stop using hardcoded bootcoordinator in api
This commit is contained in:
@@ -465,9 +465,8 @@ func TestMain(m *testing.M) {
|
||||
}
|
||||
bootForger := NextForger{
|
||||
Coordinator: historydb.CoordinatorAPI{
|
||||
Bidder: ethCommon.HexToAddress("0x0111111111111111111111111111111111111111"),
|
||||
Forger: ethCommon.HexToAddress("0x0111111111111111111111111111111111111111"),
|
||||
URL: "https://bootCoordinator",
|
||||
Forger: auctionVars.BootCoordinator,
|
||||
URL: auctionVars.BootCoordinatorURL,
|
||||
},
|
||||
}
|
||||
// Set next forgers: set all as boot coordinator then replace the non boot coordinators
|
||||
|
||||
Reference in New Issue
Block a user