Skip to content

Commit 5bd32b1

Browse files
committed
fix: note -> warning
1 parent db12bd9 commit 5bd32b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/fdc/attestation-types/balance-decreasing-transaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A transaction is considered “balance decreasing” for the specified address i
4242
| `spentAmount` | `int256` | Amount spent by the source address in minimal units (can be negative). |
4343
| `standardPaymentReference` | `bytes32` | Standardized payment reference of the transaction, if available. |
4444

45-
:::note[Standard Payment Reference]
45+
:::warning[Standard Payment Reference]
4646

4747
If a transaction has no `standardPaymentReference`, it is set to default value, thus, zero value reference should be used with caution.
4848

docs/fdc/attestation-types/payment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Each supported blockchain specifies how a payment transaction should be formatte
4747
| `oneToOne` | `bool` | Indicates if the transaction involves only one source and one receiver. |
4848
| `status` | `uint8` | [Transaction success status](#transaction-success-status). |
4949

50-
:::note[Standard Payment Reference]
50+
:::warning[Standard Payment Reference]
5151

5252
If a transaction has no `standardPaymentReference`, it is set to default value, thus, zero value reference should be used with caution.
5353

0 commit comments

Comments
 (0)