Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Aug 10, 2023
1 parent db73d01 commit 884d33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_layer/core/src/proof_of_work/monero_rx/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ mod test {
}
let root = tree_hash(&hashes).unwrap();
assert_eq!(root, hashes[0]);
let coinbase_merkle_proof = create_merkle_proof(&hashes, &hashes[0]).unwrap();
let coinbase_merkle_proof = create_merkle_proof(&hashes).unwrap();
let monero_data = MoneroPowData {
header: block.header,
randomx_key: FixedByteArray::from_bytes(&from_hex(&seed_hash).unwrap()).unwrap(),
Expand Down

0 comments on commit 884d33b

Please sign in to comment.