manifest: include contract Name

This commit is contained in:
Evgenii Stratonikov 2020-11-20 11:02:58 +03:00
parent 5f21178fe9
commit c849176be7
25 changed files with 59 additions and 41 deletions

View file

@ -101,7 +101,7 @@ func TestAppCall(t *testing.T) {
inner, di, err := compiler.CompileWithDebugInfo("foo.go", strings.NewReader(srcInner))
require.NoError(t, err)
m, err := di.ConvertToManifest(nil)
m, err := di.ConvertToManifest("Foo", nil)
require.NoError(t, err)
ih := hash.Hash160(inner)