Merge pull request #3240 from nspcc-dev/fix-native-upd
core: remove UpdateHistory from NativeContract structure
This commit is contained in:
commit
34be76efb7
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ type ContractBase struct {
|
|||
// NativeContract holds information about the native contract.
|
||||
type NativeContract struct {
|
||||
ContractBase
|
||||
UpdateHistory []uint32 `json:"updatehistory"`
|
||||
}
|
||||
|
||||
// ToStackItem converts state.Contract to stackitem.Item.
|
||||
|
|
Loading…
Reference in a new issue