Add genesis blockhash to blobs (#3953)

This commit is contained in:
Sagar Dhawan
2019-04-23 16:24:44 -07:00
committed by GitHub
parent 4e7e5ace9d
commit 0cbac26591
10 changed files with 71 additions and 8 deletions

View File

@@ -129,6 +129,7 @@ fn test_replay() {
storage_receiver,
&leader_schedule_cache,
&exit,
&solana_sdk::hash::Hash::default(),
);
let mut mint_ref_balance = starting_mint_balance;