We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@raw_return
raw_call
1 parent 66daa23 commit 52a35a7Copy full SHA for 52a35a7
1 file changed
contracts/Purse.vy
@@ -49,6 +49,7 @@ def update_accessories(updates: DynArray[AccessoryUpdate, 100]):
49
@payable
50
@external
51
@reentrant
52
+@raw_return
53
def __default__() -> Bytes[65535]:
54
# NOTE: Don't bork value transfers in
55
if msg.value > 0 or len(msg.data) < 4:
0 commit comments