mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
rename to moveToAddress
This commit is contained in:
parent
80506eaa9c
commit
fd786c081f
1 changed files with 1 additions and 1 deletions
|
|
@ -873,7 +873,7 @@ type OverrideAccount struct {
|
|||
Balance **hexutil.Big `json:"balance"`
|
||||
State *map[common.Hash]common.Hash `json:"state"`
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue