Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kroos47 committed Oct 31, 2023
1 parent e301029 commit 38123bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/header/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ mod tests {
ext.commitment.data_root = H256::repeat_byte(1u8);
},
extension::HeaderExtension::V2(ref mut ext) => {
ext.commitment.data_root = Some(H256::repeat_byte(2u8));
ext.commitment.data_root = H256::repeat_byte(2u8);
},
};

Expand Down

0 comments on commit 38123bc

Please sign in to comment.