Use a valid last_id

This commit is contained in:
Michael Vines 2019-03-01 19:51:45 -08:00
parent 2bc939f535
commit fcbcf000c4
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ fn test_bank_storage() {
let jill = Keypair::new();
let x = 42;
let last_id = hash(&[x]);
let last_id = genesis_block.hash();
let x2 = x * 2;
let storage_last_id = hash(&[x2]);