core: init native interops in the genesis block

closes #836
This commit is contained in:
Anna Shaleva 2020-04-20 20:38:47 +03:00 committed by Roman Khimov
parent aa8d4d2f57
commit 869c7d6afa
9 changed files with 56 additions and 17 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 := "931161239581bcd90b73d092483dee6b7bf2162e66df7e15c3a276a22b4c9422"
expect := "094c2c2db5dcb868d85aa4d652aed23bc67e7166f53223a228e382265b1be84b"
assert.Equal(t, expect, block.Hash().StringLE())
}