compiler: use CALLT for native contract calls, fix #2257
This commit is contained in:
parent
06fc450789
commit
299a7ea614
26 changed files with 322 additions and 190 deletions
|
@ -408,7 +408,7 @@ func handleLoadGo(c *ishell.Context) {
|
|||
}
|
||||
setManifestInContext(c, m)
|
||||
|
||||
v.LoadWithFlags(b, callflag.All)
|
||||
v.LoadWithFlags(b.Script, callflag.All)
|
||||
c.Printf("READY: loaded %d instructions\n", v.Context().LenInstr())
|
||||
changePrompt(c, v)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue