snarkOS icon indicating copy to clipboard operation
snarkOS copied to clipboard

Add correct flag for local devnet client node

Open raychu86 opened this issue 1 year ago • 0 comments

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.

raychu86 avatar Mar 15 '24 22:03 raychu86