Skip to content

Commit

Permalink
jmt(ics23): store an empty value in tree (REPROS!)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Jun 19, 2024
1 parent 23d5dfa commit 602d775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/ics23_impl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ mod tests {
),
(
right_key_hash.clone(),
Some(right_key_preimage.clone().as_bytes().to_vec()),
None, // <- empty value
),
],
1,
Expand Down

0 comments on commit 602d775

Please sign in to comment.