Skip to content

Commit

Permalink
add balance fence
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jun 4, 2024
1 parent 2dad58b commit 20bd8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vyper/venom/passes/dft.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class Fence:
memory: int = 0
transient: int = 0
immutables: int = 0
balance: int = 0


# effects graph
Expand Down

0 comments on commit 20bd8b3

Please sign in to comment.