Skip to content

Commit e07af66

Browse files
committed
chore: revert uneeded change
Signed-off-by: Norman <norman@samourai.coop>
1 parent a673ecc commit e07af66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnovm/pkg/transpiler/transpiler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ func (ctx *transpileCtx) transformCallExpr(_ *astutil.Cursor, ce *ast.CallExpr)
227227
// its replacement is a type with the method AssertOriginCall, this system
228228
// will incorrectly add a `nil` as the first argument.
229229
// A full fix requires understanding scope; the Go standard library recommends
230-
// using go/types, which for proper functioning requires an packages
230+
// using go/types, which for proper functioning requires an importer
231231
// which can work with Gno. This is deferred for a future PR.
232232
id, ok := fe.X.(*ast.Ident)
233233
if !ok {

0 commit comments

Comments
 (0)