From 7f6283e10a2c3b74e7b8b07413be0ac80b7c20ab Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Wed, 19 Jun 2024 19:05:18 +0300 Subject: [PATCH] rpc: fix typo --- rpc/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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