manifest: include contract Name
This commit is contained in:
parent
5f21178fe9
commit
c849176be7
25 changed files with 59 additions and 41 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue