Skip to content

Commit

Permalink
expected_allowance switched to Nat
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioDfinity committed Nov 27, 2023
1 parent 0e4b103 commit 25f86b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standards/ICRC-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ICRC-1 Account is represented as an `Array` containing the `owner` bytes and opt
1. the `tx.op` field MUST be `"approve"`
2. it MUST contain a field `tx.from: Account`
3. it MUST contain a field `tx.spender: Account`
4. it CAN contain a field `tx.expected_allowance: u64` if set by the user
4. it CAN contain a field `tx.expected_allowance: Nat` if set by the user
5. it CAN contain a field `tx.expires_at: u64` if set by the user

## Specification
Expand Down

0 comments on commit 25f86b7

Please sign in to comment.