Skip to content

Commit

Permalink
chore: rm commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Nov 4, 2024
1 parent 103baa1 commit f48330a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/core/04-channel/v2/keeper/grpc_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ func (q *queryServer) PacketCommitments(ctx context.Context, req *types.QueryPac
return types.ErrInvalidPacket
}

// sequence, err := strconv.ParseUint(keySplit[len(keySplit)-1], 10, 64)
// if err != nil {
// return err
// }

commitment := types.NewPacketState(req.ChannelId, sequence, value)
commitments = append(commitments, &commitment)
return nil
Expand Down

0 comments on commit f48330a

Please sign in to comment.