Power of two chance (#314)

* fix validator script
* 1/2^30 that we fail due to random returning the same value
This commit is contained in:
anatoly yakovenko
2018-06-04 13:32:34 -07:00
committed by GitHub
parent b2c2fa40a2
commit 69b3c75f0d
2 changed files with 3 additions and 2 deletions

View File

@ -18,4 +18,4 @@ export RUST_LOG=solana=info
sudo sysctl -w net.core.rmem_max=26214400
cargo run --release --features=cuda --bin solana-fullnode -- \
-l validator.json -v leader.json -b 9000 -d < genesis.log
-l validator.json -v leader.json < genesis.log