snarkOS
snarkOS copied to clipboard
Add correct flag for local devnet client node
Motivation
This PR adds the --dev-num-validator flag to the local devnet client nodes, which will enforce that they use the same genesis block as the validators. Previously, we were fixed at 4, so if a devnet was spun up with more than 4 validators, the clients would be unable to connect due to a difference in the genesis block.