1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Reword sentence

This commit is contained in:
nicolas.dorier 2020-05-18 18:43:32 +09:00
parent 233c094667
commit 3836ef6534
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -172,7 +172,7 @@ The sender should check the payjoin proposal before signing it to prevent a mali
* Check that any inputs added by the receiver are finalized.
* Check that the transaction version, and nLockTime are unchanged.
* Check that the sender's inputs' sequence numbers are unchanged.
* If the sender's inputs' sequence numbers the homogenous, check that the receiver's contributed inputs match those.
* If the sender's inputs' sequence numbers are all the same, check that the receiver's contributed inputs match those.
* Check that the sender's own outputs have not been modified, except for paying increased fee, or by simple shuffling.
* If sender specified <code>additionalfeeoutputindex=</code> (see later), the fee should have been subtracted from the output at the same index in the original PSBT.
* If <code>minfeerate</code> was specified, check that the estimated fee rate of the payjoin proposal is not less than this value.