Skip to content

Commit

Permalink
use arrow brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
nikmel2803 committed Oct 10, 2024
1 parent fbfb75c commit 6e56a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpc/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export class Server {
jsonRpcResponse.result
? {
...jsonRpcResponse,
result: "reduced"
result: "<reduced>"
}
: jsonRpcResponse, // do not log the full result for eth_getUserOperationReceipt to reduce log size
method: bundlerRequest.method
Expand Down

0 comments on commit 6e56a63

Please sign in to comment.