mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-04 09:02:28 +00:00
Merge pull request #1827 from nspcc-dev/native/update_history
config: add NativeUpdateHistory
This commit is contained in:
commit
a18fbc7bb1
27 changed files with 270 additions and 11 deletions
|
@ -566,6 +566,7 @@ var rpcTestCases = map[string][]rpcTestCase{
|
|||
cs := e.chain.GetContractState((*lst)[i].Hash)
|
||||
require.NotNil(t, cs)
|
||||
require.True(t, cs.ID <= 0)
|
||||
require.Equal(t, []uint32{0}, (*lst)[i].UpdateHistory)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue