From 02ef43f53190582b84f82f7f5bf3933d507f9b77 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Mon, 20 Nov 2023 14:38:25 +0100 Subject: [PATCH] fix ibc test --- ignite/templates/ibc/templates/packet/tx.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ignite/templates/ibc/templates/packet/tx.tpl b/ignite/templates/ibc/templates/packet/tx.tpl index 5898bbd051..1d09bbccfa 100644 --- a/ignite/templates/ibc/templates/packet/tx.tpl +++ b/ignite/templates/ibc/templates/packet/tx.tpl @@ -12,6 +12,8 @@ import ( var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) +const listSeparator = "," + // GetTxCmd returns the transaction commands for this module func GetTxCmd() *cobra.Command { cmd := &cobra.Command{