Skip to content

Commit 91a279f

Browse files
dmkozhCopilot
andauthored
Update core/cap-0073.md
Co-authored-by: Copilot <[email protected]>
1 parent 589f556 commit 91a279f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cap-0073.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ fn allow_trust(env: Env, address: Address);
7070

7171
- The asset for which the trustline is managed is implied by the SAC instance for which `allow_trust` is called
7272
- Thus, unlike for `ChangeTrustOp`, only the regular `Asset` trustlines can be created, as liquidity pool shares don't have a SAC associated with them
73-
- There is no fine control over the limits, a new trustline `i64::MAX` limit is created if no trustline exists for a given address. Limit is not modified otherwise
73+
- There is no fine control over the limits, a new trustline with limit `i64::MAX` is created if no trustline exists for a given address. Limit is not modified otherwise
7474
- Input `address` can be a C-address, but passing it is always a no-op
7575
- `require_auth` is called to perform `address` authorization for creating a trustline, which means that all the Soroban auth features are available
7676
- Sponsorship is not supported for creating a new trustline, so the address must have sufficient XLM balance in order to be able to create a new trustline

0 commit comments

Comments
 (0)