Skip to content

Commit

Permalink
ibc: document PenumbraHost
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Jan 18, 2024
1 parent dee9543 commit 1b1be7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/core/app/src/penumbra_host_chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ use penumbra_ibc::component::HostInterface;
use penumbra_proto::StateReadProto;
use tendermint::Time;

// ibc-async HostChainInterface for the Penumbra chain
/// The implementation of HostInterface for Penumbra. This encapsulates all of the chain-specific
/// data that the ibc implementation needs.
#[derive(Clone)]
pub struct PenumbraHost {}

Expand Down

0 comments on commit 1b1be7e

Please sign in to comment.