Skip to content

Commit fb1b331

Browse files
committed
Clarify ignore for SIG_INPUTS
1 parent ab4c0f7 commit fb1b331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Signatures are stored in `P2PKWitness` objects and are provided in either each `
112112

113113
The `signatures` are an array of signatures in hex and correspond to the signatures by one or more signing public keys.
114114

115-
To facilitate the signing of multi-party `SIG_ALL` transactions, the SHA256 digest of the message to be signed can be stored in the optional `P2PKWitness.digest` of the `Proof` to be signed. Wallets SHOULD sign a `SIG_ALL` proof over this digest, if present.
115+
To facilitate the signing of multi-party `SIG_ALL` transactions, the SHA256 digest of the message to be signed can be stored in the optional `P2PKWitness.digest` of the `Proof` to be signed. Wallets SHOULD sign a `SIG_ALL` proof over this digest, if present, and ignore it entirely for `SIG_UNPUTS` proofs.
116116

117117
#### Signature flag `SIG_ALL`
118118

0 commit comments

Comments
 (0)