mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
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.
|
// NativeContract holds information about the native contract.
|
||||||
type NativeContract struct {
|
type NativeContract struct {
|
||||||
ContractBase
|
ContractBase
|
||||||
UpdateHistory []uint32 `json:"updatehistory"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToStackItem converts state.Contract to stackitem.Item.
|
// ToStackItem converts state.Contract to stackitem.Item.
|
||||||
|
|
Loading…
Reference in a new issue