rpc: fix typo

This commit is contained in:
Ceyhun Onur 2024-06-19 19:05:18 +03:00
parent e012d411b5
commit 7f6283e10a
No known key found for this signature in database
GPG key ID: 60D53BEEE37F6422

View file

@ -29,7 +29,7 @@ import (
"github.com/ethereum/go-ethereum/log" "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 const callErrorDataLogTruncateLimit = 1024
// handler handles JSON-RPC messages. There is one handler per connection. Note that // handler handles JSON-RPC messages. There is one handler per connection. Note that