From c2f41114c771bc862c21a69e5babad11783c9aa6 Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:26:46 +0100 Subject: [PATCH] cleanup comment --- src/rpc/rpcHandler.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/rpc/rpcHandler.ts b/src/rpc/rpcHandler.ts index d1d2de8e..5edd1bb0 100644 --- a/src/rpc/rpcHandler.ts +++ b/src/rpc/rpcHandler.ts @@ -536,7 +536,8 @@ export class RpcHandler implements IRpcEndpoint { callGasLimit = 0n } - // if user passes in balance override on op.sender, run one more simulation to check if it's valid with that balance override. + // If a balance override is provided for the sender, perform an additional simulation + // to verify the userOperation succeeds with the specified balance. if (stateOverrides?.[userOperation.sender]?.balance) { // biome-ignore lint/style/noParameterAssign: prepare userOperaiton for simulation userOperation = {