Skip to content

Commit

Permalink
chore: remove unnecessary comments (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Aug 15, 2024
1 parent 6efbdec commit eb2830f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/core/packet-server/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ func (k Keeper) RecvPacket(
return "", channeltypes.ErrNoOpMsg
}

// create key/value pair for proof verification by appending the ICS24 path to the last element of the counterparty merklepath
// TODO: allow for custom prefix
path := host.PacketCommitmentKey(packet.SourcePort, packet.SourceChannel, packet.Sequence)
merklePath := types.BuildMerklePath(counterparty.MerklePathPrefix, path)

Expand Down

0 comments on commit eb2830f

Please sign in to comment.