Update testnet shred version (#10681) (#10682)

Co-authored-by: Carl <carl@solana.com>
(cherry picked from commit dae8bc477b)

Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
mergify[bot]
2020-06-18 07:44:58 +00:00
committed by GitHub
parent a2486f8094
commit 641f439a45

View File

@ -121,7 +121,7 @@ $ solana-validator \
--dynamic-port-range 8000-8010 \
--entrypoint mainnet-beta.solana.com:8001 \
--expected-genesis-hash 5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d \
--expected-shred-version 64864 \
--expected-shred-version 62235 \
--limit-ledger-size
```