Merge pull request #3240 from nspcc-dev/fix-native-upd

core: remove UpdateHistory from NativeContract structure
This commit is contained in:
Roman Khimov 2023-11-29 16:18:34 +03:00 committed by GitHub
commit 34be76efb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.