Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit 22927a2

Browse files
committed
fix: build
1 parent e5ade6c commit 22927a2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Scarb.lock

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ version = "0.1.0"
133133
name = "hash_trait"
134134
version = "0.1.0"
135135

136-
[[package]]
137-
name = "interfaces_traits"
138-
version = "0.1.0"
139-
140136
[[package]]
141137
name = "l1_l2_token_bridge"
142138
version = "0.1.0"

pages/advanced-concepts/account_abstraction/account_spending_limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The token standard (i.e. ERC-20) is defined in the [SNIP-2](https://github.com/s
1919

2020
- If one of the calls has the "approve" or "transfer" function selectors, the spending limit will decrease accordingly by the amount given in the function call. If there is no limit left, the transaction will revert.
2121

22-
## Implementation
22+
<!-- ## Implementation
2323
2424
The function `__execute__` will check if the function called is "approve" or "transfer", and if yes, the limit will decrease by the amount in the call. Here is the code for the `__execute__` function:
2525
@@ -31,4 +31,4 @@ Here is the full code of the account contract with spending limits:
3131
3232
```cairo
3333
// [!include ~/listings/advanced-concepts/account_spending_limits/src/account.cairo]
34-
```
34+
``` -->

0 commit comments

Comments
 (0)