Skip to content

Commit

Permalink
Update local vyper version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Jul 27, 2024
1 parent 3144f85 commit 794b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Greeting.vy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

greeting: public(String[100])

@external
@deploy
def __init__(_greeting: String[100]):
"""
@notice Initializes the contract with a greeting
Expand Down

0 comments on commit 794b8fe

Please sign in to comment.