Skip to content

Commit 863c7cf

Browse files
committed
Fix missing operation validation for build abi-call
1 parent 04ffa37 commit 863c7cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/simple_safe/safe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def build_abi_call(
236236
str_args=str_args,
237237
safe=safe,
238238
value=value,
239-
operation=operation,
239+
operation=SafeOperation(operation).value,
240240
output=output,
241241
)
242242

0 commit comments

Comments
 (0)