Skip to content

Commit

Permalink
Update host.rs
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Nazarewicz <[email protected]>
  • Loading branch information
mina86 authored Nov 17, 2023
1 parent ec13534 commit 7ba68ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/solana-ibc/programs/solana-ibc/src/host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ impl From<solana_program::clock::Clock> for Head {

/// Error possible when fetching Solana’s clock.
///
/// This is just a simple wrapper which offers trivial conversion no Solana and
/// This is just a simple wrapper which offers trivial conversion on Solana and
/// IBC error types so that question mark operator works in all contexts.
#[derive(derive_more::From, derive_more::Into)]
pub struct Error(solana_program::program_error::ProgramError);
Expand Down

0 comments on commit 7ba68ca

Please sign in to comment.