Test creating packet and query via cli

This commit is contained in:
Ethan Frey
2017-07-27 16:41:12 -04:00
parent 95b16b3830
commit b7abee64f0
3 changed files with 62 additions and 2 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ func init() {
fs2 := PacketQueryCmd.Flags()
fs2.String(FlagFromChain, "", "Name of the input chain (where packets came from)")
fs2.String(FlagToChain, "", "Name of the output chain (where packets go to)")
fs2.Int(FlagSequence, -1, "Name of the output chain (where packets go to)")
fs2.Int(FlagSequence, -1, "Index of the packet in the queue (starts with 0)")
}
func ibcQueryCmd(cmd *cobra.Command, args []string) error {