mirror of
https://github.com/bitcoin/bips.git
synced 2025-02-23 15:20:50 +01:00
Update bip-PSBT-SP.mediawiki
Co-authored-by: Yuval Kogman <nothingmuch@woobling.org>
This commit is contained in:
parent
d02eed4337
commit
eb115afa7f
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ All rules must be followed from PSBTv2 for this role. If there are any outputs w
|
|||
If any input is spending an output with script using Segwit version > 1, the Signer must fail.
|
||||
|
||||
For all outputs with PSBT_OUT_SP_V0_INFO set, the Signer should:
|
||||
- Compute and set an ECDH share and DLEQ proof using all inputs it has the private key for.
|
||||
- Verify the DLEQ proofs for all inputs it does not have the private keys for.
|
||||
- If all eligible inputs have an ECDH share, compute and set the PSBT_OUT_SCRIPT.
|
||||
* Compute and set an ECDH share and DLEQ proof using all inputs it has the private key for.
|
||||
* Verify the DLEQ proofs for all inputs it does not have the private keys for.
|
||||
* If all eligible inputs have an ECDH share, compute and set the PSBT_OUT_SCRIPT.
|
||||
|
||||
If the Signer sets any missing PSBT_OUT_SCRIPTs, it must set the Inputs Modifiable flag to False.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue