Skip to content

Commit

Permalink
correct pkg generated by NewMsgRun
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Feb 8, 2024
1 parent 6f0ad2d commit f5d502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gno.land/pkg/sdk/vm/msgs.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func NewMsgRun(caller crypto.Address, send std.Coins, files []*std.MemFile) MsgR
Send: send,
Package: &std.MemPackage{
Name: "main",
Path: "gno.land/r/" + caller.String() + "/run",
Path: "", // auto set by the handler
Files: files,
},
}
Expand Down

0 comments on commit f5d502a

Please sign in to comment.