1package main 2 3// SEND: 19900000ugnot 4 5import ( 6 "gno.land/r/demo/users" 7) 8 9func main() { 10 users.Register("", "gnouser", "my profile") 11 println("done") 12} 13 14// Error: 15// payment must not be less than 20000000