Skip to content

Commit 127cdc3

Browse files
authored
Merge pull request bitcoin#1027 from rage-proof/patch-1
BIP-0078: fix typo
2 parents f8b9710 + 55d3713 commit 127cdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0078.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ The sender should check the payjoin proposal before signing it to prevent a mali
272272
** If the output is the [[#fee-output|fee output]]:
273273
*** The amount that was substracted from the output's value is less than or equal to <code>maxadditionalfeecontribution</code>. Let's call this amount <code>actual contribution</code>.
274274
*** Make sure the actual contribution is only paying fee: The <code>actual contribution</code> is less than or equals to the difference of absolute fee between the payjoin proposal and the original PSBT.
275-
*** Make sure the actual contribution is only paying for fee incurred by additional inputs: <code>actual contribution</code> is less than or equals to <code>originalPSBTFeeRate * vsize(sender_input_type) * (count(original_psbt_inputs) - count(payjoin_proposal_inputs))</code>. (see [[#fee-output|Fee output]] section)
275+
*** Make sure the actual contribution is only paying for fee incurred by additional inputs: <code>actual contribution</code> is less than or equals to <code>originalPSBTFeeRate * vsize(sender_input_type) * (count(payjoin_proposal_inputs) - count(original_psbt_inputs))</code>. (see [[#fee-output|Fee output]] section)
276276
** If the output is the payment output and payment output substitution is allowed.
277277
*** Do not make any check
278278
** Else

0 commit comments

Comments
 (0)