Skip to content

Commit

Permalink
cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Oct 8, 2024
1 parent 520ad0f commit c2f4111
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rpc/rpcHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c2f4111

Please sign in to comment.