compiler: use Options
in ConvertToManifest()
This commit is contained in:
parent
03d32ecd61
commit
9fd8577dd9
5 changed files with 13 additions and 13 deletions
|
@ -62,7 +62,7 @@ func NewDeployTx(name string, sender util.Uint160, r gio.Reader) (*transaction.T
|
|||
return nil, util.Uint160{}, err
|
||||
}
|
||||
|
||||
m, err := di.ConvertToManifest(name, nil)
|
||||
m, err := di.ConvertToManifest(&compiler.Options{Name: name})
|
||||
if err != nil {
|
||||
return nil, util.Uint160{}, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue