hermeznetwork / hermez-node

Hermez node Go implementation
GNU Affero General Public License v3.0
61 stars 33 forks source link

Fix the use of multi proof servers #1068

Closed mfcastellani closed 3 years ago

mfcastellani commented 3 years ago

Closes https://github.com/hermeznetwork/hermez-node/issues/1067

What does this PR does?

Fix multiprover configuration from TOML

How to test?

At config file change

[[Coordinator.ServerProofs]]
URL = "address"

to

[Coordinator.ServerProofs]
URL = ["address1", "address1"]

Turn your node coordinator, send txs and wait to be forged

Checklist

These are the criteria that every PR should meet, please check them off as you review them: