diff --git a/rpc/handler.go b/rpc/handler.go index af6ff7b1d7..e0fe8e7cd6 100644 --- a/rpc/handler.go +++ b/rpc/handler.go @@ -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