diff --git a/pkg/core/state/contract.go b/pkg/core/state/contract.go index e5db37717..cd17f23b0 100644 --- a/pkg/core/state/contract.go +++ b/pkg/core/state/contract.go @@ -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.