Search Apps Documentation Source Content File Folder Download Copy Actions Download

z1c_create_client_filetest.gno

0.32 Kb · 14 lines
 1// PKGPATH: gno.land/r/aib/main
 2package main
 3
 4import (
 5	"gno.land/r/aib/ibc/core"
 6)
 7
 8// RegisterCounterparty w/o existing client
 9func main(cur realm) {
10	core.RegisterCounterparty(cross(cur), "unknown-client", [][]byte{[]byte("iavlStoreKey"), []byte("prefix2")}, "07-tendermint-2")
11}
12
13// Error:
14// client unknown-client not found