Search Apps Documentation Source Content File Folder Download Copy Actions Download

z4b_register_app_filetest.gno

0.39 Kb · 16 lines
 1// PKGPATH: gno.land/r/aib/main
 2package main
 3
 4import (
 5	appstesting "gno.land/r/aib/ibc/apps/testing"
 6	"gno.land/r/aib/ibc/core"
 7)
 8
 9// RegisterApp error when already registered
10func main(cur realm) {
11	core.RegisterApp(cross(cur), "app1", appstesting.NewApp(cross(cur)))
12	core.RegisterApp(cross(cur), "app1", appstesting.NewApp(cross(cur)))
13}
14
15// Error:
16// portID app1 has already been registered