mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-05-03 23:02:27 +00:00
Merge pull request #1296 from nspcc-dev/smartcontract/examples
examples: update examples
This commit is contained in:
commit
c3f7a419a0
19 changed files with 248 additions and 275 deletions
|
@ -88,7 +88,7 @@ func TestAppCall(t *testing.T) {
|
|||
|
||||
inner, di, err := compiler.CompileWithDebugInfo("foo.go", strings.NewReader(srcInner))
|
||||
require.NoError(t, err)
|
||||
m, err := di.ConvertToManifest(smartcontract.NoProperties)
|
||||
m, err := di.ConvertToManifest(smartcontract.NoProperties, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
ih := hash.Hash160(inner)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue