Skip to content
This repository has been archived by the owner on Feb 18, 2025. It is now read-only.

Commit

Permalink
Improve phrasing of signature unlock validation
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Mar 1, 2024
1 parent 344f660 commit 26dab2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tips/TIP-0045/tip-0045.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ serialized as follows:

##### Signature Unlock Semantic Validation

- The _Signer UID_ of the signature must match the _Signer UID_ of the `Address` of the UTXO.
- The _Signer UID_ of the signature must match the _Signer UID_ of the to-be-unlocked `Address`.
- The `Signature` field must contain a signature, signing the BLAKE2b-256 hash of the serialized `Transaction` field
which is validated by the `Public Key`.

Expand Down

0 comments on commit 26dab2c

Please sign in to comment.