core: drop UXTO NEO and GAS transactions from the genesis block

They're no longer required. Adjust test chain for that, now it only has
invocations, transfers NEO/GAS and pays the fees with NEP5 GAS.
This commit is contained in:
Roman Khimov 2020-06-04 22:21:12 +03:00
parent a9955719da
commit 9f5fd21160
5 changed files with 117 additions and 206 deletions

View file

@ -20,7 +20,7 @@ func TestGenesisBlockMainNet(t *testing.T) {
// have been changed. Consequently, hash of the genesis block has been changed.
// Update expected genesis block hash for better times.
// Old hash is "d42561e3d30e15be6400b6df2f328e02d2bf6354c41dce433bc57687c82144bf"
expect := "472edea0e91369b51903b364e7403492a9041536fbfe145a9e1aff0ad5f18d78"
expect := "d2e6d56c734f24c294a74785023af23f20347d97ef92e7bff1b337e37acbf2dd"
assert.Equal(t, expect, block.Hash().StringLE())
}