Skip to content

Commit

Permalink
chore: revert ChainID refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
hthieu1110 committed Jan 15, 2025
1 parent cfb7233 commit a2b63b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/tests/files/zrealm_natbind0.gno
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
// to convert the types to builtin go/gno identifiers).
f := node.(func() int64)
println(f())
node = std.ChainID
node = std.GetChainID
g := node.(func() string)
println(g())
}
Expand Down

0 comments on commit a2b63b0

Please sign in to comment.