We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e012d41 commit 7f6283eCopy full SHA for 7f6283e
rpc/handler.go
@@ -29,7 +29,7 @@ import (
29
"github.com/ethereum/go-ethereum/log"
30
)
31
32
-// 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.
33
const callErrorDataLogTruncateLimit = 1024
34
35
// handler handles JSON-RPC messages. There is one handler per connection. Note that
0 commit comments