Fix return args
This commit is contained in:
parent
225f0e7dbe
commit
cedb66066c
|
@ -197,7 +197,7 @@ func packetQueryCmd(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
// output queue, create a post packet
|
||||
bs, height, proof, err := query.GetWithProof(key)
|
||||
bs, height, proof, _, err := query.GetWithProof(key)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue