mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix
This commit is contained in:
parent
a6f80c750d
commit
5db01067d3
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ func (e *TxIndexingError) ErrorData() interface{} { return "transaction indexing
|
||||||
type callError struct {
|
type callError struct {
|
||||||
Message string `json:"message"`
|
Message string `json:"message"`
|
||||||
Code int `json:"code"`
|
Code int `json:"code"`
|
||||||
|
Data string `json:"data,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type invalidTxError struct {
|
type invalidTxError struct {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue