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{