Skip to content

Commit

Permalink
evil: #1863
Browse files Browse the repository at this point in the history
  • Loading branch information
grarco committed Sep 4, 2023
1 parent 1513c7f commit e31b7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/src/lib/node/ledger/shell/finalize_block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2317,9 +2317,9 @@ mod test_finalize_block {
#[test]
fn test_replay_keys_not_merkelized() {
let (mut shell, _, _, _) = setup();
let keypair = gen_keypair();

let (wrapper_tx, processed_tx) = mk_wrapper_tx(&shell, &keypair);
let (wrapper_tx, processed_tx) =
mk_wrapper_tx(&shell, &crate::wallet::defaults::albert_keypair());
let wrapper_hash_key = replay_protection::get_replay_protection_key(
&wrapper_tx.header_hash(),
);
Expand Down

0 comments on commit e31b7c2

Please sign in to comment.