Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed May 19, 2024
1 parent 9cc550e commit 557a8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groestlcoin/src/hash_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mod tests {
);
assert_eq!(
SegwitV0Sighash::hash(&[]).to_string(),
"5df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c9456",
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
);
assert_eq!(
TapSighash::hash(&[]).to_string(),
Expand Down

0 comments on commit 557a8dc

Please sign in to comment.