rename to moveToAddress

This commit is contained in:
Sina Mahmoodi 2023-08-01 12:48:31 +02:00
parent 80506eaa9c
commit fd786c081f

View file

@ -873,7 +873,7 @@ type OverrideAccount struct {
Balance **hexutil.Big `json:"balance"` Balance **hexutil.Big `json:"balance"`
State *map[common.Hash]common.Hash `json:"state"` State *map[common.Hash]common.Hash `json:"state"`
StateDiff *map[common.Hash]common.Hash `json:"stateDiff"` StateDiff *map[common.Hash]common.Hash `json:"stateDiff"`
MoveTo *common.Address `json:"moveTo"` MoveTo *common.Address `json:"moveToAddress"`
} }
// StateOverride is the collection of overridden accounts. // StateOverride is the collection of overridden accounts.