Skip to content

Commit

Permalink
make attributes of portChanelPk struct public
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Nov 24, 2023
1 parent ebfb1b0 commit 0014757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solana/solana-ibc/programs/solana-ibc/src/storage/ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ impl TryFrom<&ibc::ConnectionId> for ConnectionIdx {
borsh::BorshDeserialize,
)]
pub struct PortChannelPK {
pub(super) port_id: ibc::PortId,
pub(super) channel_idx: u32,
pub port_id: ibc::PortId,
pub channel_idx: u32,
}

impl PortChannelPK {
Expand Down

0 comments on commit 0014757

Please sign in to comment.