Skip to content

Commit 537b478

Browse files
typo
1 parent 0ac9a6a commit 537b478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ And crate group being released requires all crate groups downstream to be releas
6262
- Switched to Rust edition 2024, minimum compiler version becomes 1.85.
6363
- New payments API:
6464
- New objects: `TokenId` and `Payment`. Besides them having shorter names, they treat EGLD the same as all other ESDTs, making their handling easier. EGLD is always serialized as `EGLD-000000`.
65-
- `Payment` amounts are `NonZeroBigUint`, a new refinement type that prevents the value from being zero. This prevents at compile time zero-value payments from occuring.
65+
- `Payment` amounts are `NonZeroBigUint`, a new refinement type that prevents the value from being zero. This prevents at compile time zero-value payments from occurring.
6666
- New `call_value` methods:
6767
- `all()` - all payments, EGLD and ESDT;
6868
- `single()` - expect precisely one payment, and retrieve that payment. Crash for no payments, or for multiple payments;

0 commit comments

Comments
 (0)