mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-06-02 15:20:01 +00:00
Merge branch 'marvin/signature-bip340-fixes' into marvin/refactor-wallet-pub-acc
This commit is contained in:
commit
a99fccd704
@ -90,7 +90,7 @@ mod tests {
|
||||
|
||||
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
|
||||
.signatures_and_public_keys
|
||||
.into_iter()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user