Skip to content

Commit

Permalink
takeover tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eukreign committed Dec 19, 2021
1 parent 1e112d1 commit c2b359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/takeovers/test_resolve_command.py
Expand Up @@ -1721,7 +1721,7 @@ def generate_signed_legacy(address: bytes, output: Output):
claim.SerializeToString(),
output.claim_hash[::-1]
]))
signature = output.private_key.sign_digest_deterministic(digest, hashfunc=hashlib.sha256)
signature = output.private_key.sign_compact(digest)
claim.publisherSignature.version = 1
claim.publisherSignature.signatureType = 1
claim.publisherSignature.signature = signature
Expand Down

0 comments on commit c2b359e

Please sign in to comment.