Remove genesis blockhash (#4471)

* Remove genesis blockhash

* Remove genesis blockhash from tests

* Fix golden
This commit is contained in:
carllin
2019-05-29 17:29:02 -07:00
committed by GitHub
parent b5324063f1
commit 348c2263ba
11 changed files with 7 additions and 81 deletions

View File

@@ -137,7 +137,6 @@ fn test_replay() {
&poh_recorder,
&leader_schedule_cache,
&exit,
&solana_sdk::hash::Hash::default(),
completed_slots_receiver,
);