diff --git a/bip-PSBT-SP.mediawiki b/bip-PSBT-SP.mediawiki index 6920a608..17866b75 100644 --- a/bip-PSBT-SP.mediawiki +++ b/bip-PSBT-SP.mediawiki @@ -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.