forked from ethereum/go-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethclient/gethclient: this change modifies the gethclient to properly…
… override the state for the Code property If the code property is not present in the state overrides, it should be skipped or set to null on marshal. Because of the type of the property hexutil.Bytes the empty slice marshals to 0x and the request fails. fixes ethereum#25615
- Loading branch information
1 parent
f03c37b
commit 1a16ebc
Showing
2 changed files
with
93 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters