Skip to content

Commit 792153e

Browse files
fix(docs): fix reference payment nonexistent docs (#736)
2 parents 3617c8f + 9663022 commit 792153e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/fdc/attestation-types/referenced-payment-nonexistence.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The verification process is chain-specific, with details described below.
7474
- The transaction **must not be a coinbase transaction**.
7575
- The transaction must include the specified [standard payment reference](#standard-payment-reference).
7676
- If `checkSourceAddresses` is set to true, the `sourceAddressesRoot` of the transaction must match the specified `sourceAddressesRoot`.
77-
- The sum of all output values sent to the specified address **minus** the sum of all input values from the same address must be **greater than the specified `amount`**.
77+
- The sum of all output values sent to the specified address **minus** the sum of all input values from the same address must be **greater or equal to the specified `amount`**.
7878
- Typically, the sum of input values for the specified address is zero.
7979

8080
#### Timestamp
@@ -89,8 +89,8 @@ The verification process is chain-specific, with details described below.
8989
- The transaction must include the specified [standard payment reference](#standard-payment-reference).
9090
- If `checkSourceAddresses` is set to true, the `sourceAddressesRoot` of the transaction must match the specified `sourceAddressesRoot`.
9191
- One of the following conditions must hold:
92-
- The transaction status is `SUCCESS` and the amount received by the specified address is greater than the specified `amount`.
93-
- The transaction status is `RECEIVER_FAILURE` and the specified address would have received an amount greater than the specified `amount` if the transaction had succeeded.
92+
- The transaction status is `SUCCESS` and the amount received by the specified address is greater or equal to the specified `amount`.
93+
- The transaction status is `RECEIVER_FAILURE` and the specified address would have received an amount greater or equal to the specified `amount` if the transaction had succeeded.
9494

9595
#### Timestamp
9696

0 commit comments

Comments
 (0)