Skip to content

Commit

Permalink
rpc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Jun 19, 2024
1 parent e012d41 commit 7f6283e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/ethereum/go-ethereum/log"
)

// callErrorDataLogDTruncateLimit is the before truncation limit of the error data field in the log.
// callErrorDataLogTruncateLimit is the before truncation limit of the error data field in the log.
const callErrorDataLogTruncateLimit = 1024

// handler handles JSON-RPC messages. There is one handler per connection. Note that
Expand Down

0 comments on commit 7f6283e

Please sign in to comment.