Skip to content

Commit

Permalink
Merge branch 'develop' into merge-latest-ledgerhq-app-exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinkyaraj-23 authored Nov 23, 2023
2 parents ed379ab + 7178eb7 commit 287f6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/apps/tezos_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def blake2_hash_pubkey(pubkey: bytes) -> bytes:
return blake2b(pubkey, digest_size=HASH_SIZE).digest()


# Weird Tezos formatting used for values:
# Weird Tezos formating used for values:
# Values are packed on the 7 week bits of each byte
# The strongest bit is set to true if the value is over
# Example with format(300):
Expand Down

0 comments on commit 287f6d6

Please sign in to comment.