Skip to content

Commit 7f6283e

Browse files
committed
rpc: fix typo
1 parent e012d41 commit 7f6283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/ethereum/go-ethereum/log"
3030
)
3131

32-
// callErrorDataLogDTruncateLimit is the before truncation limit of the error data field in the log.
32+
// callErrorDataLogTruncateLimit is the before truncation limit of the error data field in the log.
3333
const callErrorDataLogTruncateLimit = 1024
3434

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

0 commit comments

Comments
 (0)