Skip to content

Commit

Permalink
Add store results operation
Browse files Browse the repository at this point in the history
  • Loading branch information
alidzm committed Apr 4, 2024
1 parent 4eafcb0 commit e01fdd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def lambda_handler(event, _):

return {'eth_checksum_address': eth_checksum_address}

elif operation == "sign_bulk_payout":
elif operation in ("sign_bulk_payout", "store_results"):
del event["operation"]

# cast to integer as JS sends strings for maxFeePerGas, maxPriorityFeePerGas, gas fields
Expand Down

0 comments on commit e01fdd6

Please sign in to comment.