github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/examples/gno.land/r/demo/users/z_0_filetest.gno (about) 1 package main 2 3 import ( 4 "std" 5 6 "gno.land/r/demo/users" 7 ) 8 9 func main() { 10 std.TestSetOrigSend(std.Coins{{"dontcare", 1}}, nil) 11 users.Register("", "gnouser", "my profile") 12 println("done") 13 } 14 15 // Error: 16 // invalid coin denominations: dontcare