fix: allow EthCall.From to be nil (#9556)
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ func NewEthBlock() EthBlock {
|
||||
}
|
||||
|
||||
type EthCall struct {
|
||||
From EthAddress `json:"from"`
|
||||
From *EthAddress `json:"from"`
|
||||
To *EthAddress `json:"to"`
|
||||
Gas EthUint64 `json:"gas"`
|
||||
GasPrice EthBigInt `json:"gasPrice"`
|
||||
|
||||
Reference in New Issue
Block a user