mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
rpc: fix typo
This commit is contained in:
parent
e012d411b5
commit
7f6283e10a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue