Closed mfcastellani closed 3 years ago
Closes https://github.com/hermeznetwork/hermez-node/issues/1067
Fix multiprover configuration from TOML
At config file change
config file
[[Coordinator.ServerProofs]] URL = "address"
to
[Coordinator.ServerProofs] URL = ["address1", "address1"]
Turn your node coordinator, send txs and wait to be forged
These are the criteria that every PR should meet, please check them off as you review them:
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
changeto
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: