mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-18 05:59:33 +00:00
fix unit test
This commit is contained in:
parent
72c35416df
commit
cd1ab87fc3
@ -75,7 +75,7 @@ mod tests {
|
|||||||
|
|
||||||
assert_eq!(witness_set.signatures_and_public_keys.len(), 2);
|
assert_eq!(witness_set.signatures_and_public_keys.len(), 2);
|
||||||
|
|
||||||
let message_bytes = message.to_bytes();
|
let message_bytes = message.hash_message();
|
||||||
for ((signature, public_key), expected_public_key) in witness_set
|
for ((signature, public_key), expected_public_key) in witness_set
|
||||||
.signatures_and_public_keys
|
.signatures_and_public_keys
|
||||||
.into_iter()
|
.into_iter()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user