Skip to content

Commit

Permalink
Fix/overrides (#319)
Browse files Browse the repository at this point in the history
* deepHexlify before sending for check

* fix
  • Loading branch information
mouseless-eth authored Oct 9, 2024
1 parent 024f372 commit e6679b1
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 @@ -58,6 +58,7 @@ import type {
import {
calcPreVerificationGas,
calcVerificationGasAndCallGasLimit,
deepHexlify,
getAAError,
getNonceKeyAndValue,
getUserOperationHash,
Expand Down Expand Up @@ -557,7 +558,7 @@ export class RpcHandler implements IRpcEndpoint {
entryPoint,
queuedUserOperations,
false,
stateOverrides
deepHexlify(stateOverrides)
)
}

Expand Down

0 comments on commit e6679b1

Please sign in to comment.