Skip to content

Commit 4536c17

Browse files
committed
BIP-375: clarify eligible input restriction in Signer text
1 parent afe5165 commit 4536c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bip-0375.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ All rules must be followed from PSBTv2 for this role. If there are any outputs w
177177
If any input is spending an output with script using Segwit version > 1, the Signer must fail.
178178

179179
For each output with PSBT_OUT_SP_V0_INFO set, the Signer should:
180-
* Compute and set an ECDH share and DLEQ proof for each input it has the private key for, or set a global ECDH share and DLEQ proof if it has private keys for all eligible inputs.
180+
* Compute and set an ECDH share and DLEQ proof for each eligible input it has the private key for, or set a global ECDH share and DLEQ proof if it has private keys for all eligible inputs.
181181
* Verify the DLEQ proofs for all inputs it does not have the private keys for, or the global DLEQ proof if it is set.
182182
* If all eligible inputs have an ECDH share or the global ECDH share is set, compute and set the PSBT_OUT_SCRIPT.
183183

0 commit comments

Comments
 (0)