diff --git a/aws_kms_lambda_ethereum/_lambda/functions/eth_client/lambda_function.py b/aws_kms_lambda_ethereum/_lambda/functions/eth_client/lambda_function.py index 2d71e13..eef42f2 100644 --- a/aws_kms_lambda_ethereum/_lambda/functions/eth_client/lambda_function.py +++ b/aws_kms_lambda_ethereum/_lambda/functions/eth_client/lambda_function.py @@ -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