Skip to content

Commit

Permalink
Merge pull request #4 from ttt246/add_store_results_operation
Browse files Browse the repository at this point in the history
Add store results operation
  • Loading branch information
alidzm authored Apr 4, 2024
2 parents 4eafcb0 + e01fdd6 commit f00979e
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 f00979e

Please sign in to comment.