summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornicolas.dorier <nicolas.dorier@gmail.com>2020-05-18 18:43:32 +0900
committernicolas.dorier <nicolas.dorier@gmail.com>2020-05-18 18:43:32 +0900
commit3836ef65342ff44628a70ddf859e428a69753c5e (patch)
tree1cdec7cb6dbc3393e79f742b3cae9cbbc62475a3
parent233c0946674c7818a65695344bd823fd8da989a7 (diff)
downloadbips-3836ef65342ff44628a70ddf859e428a69753c5e.tar.xz
Reword sentence
-rw-r--r--bip-xxxx.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-xxxx.mediawiki b/bip-xxxx.mediawiki
index 440f699..e3a3288 100644
--- a/bip-xxxx.mediawiki
+++ b/bip-xxxx.mediawiki
@@ -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.