Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 13, 2024
1 parent a7282ee commit d4b6adc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub mod ConnectionHandlerComponent {
+Drop<TContractState>,
impl EventEmitter: ConnectionEventEmitterComponent::HasComponent<TContractState>,
impl ClientHandler: ClientHandlerComponent::HasComponent<TContractState>,
> of ChanOpenInitTrait<TContractState> {
> of ConnOpenInitTrait<TContractState> {
fn conn_open_init_validate(
self: @ComponentState<TContractState>, connection_sequence: u64, msg: MsgConnOpenInit
) {
Expand Down Expand Up @@ -132,7 +132,7 @@ pub mod ConnectionHandlerComponent {
> of ConnectionInternalTrait<TContractState> {}

// -----------------------------------------------------------
// Connection access
// Connection Access
// -----------------------------------------------------------

#[generate_trait]
Expand Down

0 comments on commit d4b6adc

Please sign in to comment.