Fix return args

This commit is contained in:
Alexis Sellier 2017-08-08 12:21:18 +02:00
parent 225f0e7dbe
commit cedb66066c
1 changed files with 1 additions and 1 deletions

View File

@ -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
}