You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// getCmdQueryUnreceivedAcks defines the command to query all the unreceived acks on the original sending chain
291
+
funcgetCmdQueryUnreceivedAcks() *cobra.Command {
292
+
cmd:=&cobra.Command{
293
+
Use: "unreceived-acks [channel-id]",
294
+
Short: "Query all the unreceived acks associated with a channel",
295
+
Long: `Given a list of acknowledgement sequences from counterparty, determine if an ack on the counterparty chain has been received on the executing chain.
296
+
297
+
The return value represents:
298
+
- Unreceived packet acknowledgement: packet commitment exists on original sending (executing) chain and ack exists on receiving chain.
0 commit comments