Skip to content

Commit

Permalink
update adr
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 30, 2024
1 parent d8fe3d4 commit 6e7172d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/architecture/adr-005-handlers-redesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ trait ExecutionContext {

/// Called upon client creation.
/// Increases the counter which keeps track of how many clients have been created.
/// Should never fail.
fn increase_client_counter(&mut self);

/// Called upon successful client update.
Expand Down Expand Up @@ -452,7 +451,6 @@ trait ExecutionContext {

/// Called upon connection identifier creation (Init or Try process).
/// Increases the counter which keeps track of how many connections have been created.
/// Should never fail.
fn increase_connection_counter(&mut self);

fn store_packet_commitment(
Expand Down Expand Up @@ -514,7 +512,6 @@ trait ExecutionContext {

/// Called upon channel identifier creation (Init or Try message processing).
/// Increases the counter which keeps track of how many channels have been created.
/// Should never fail.
fn increase_channel_counter(&mut self);

/// Ibc events
Expand Down

0 comments on commit 6e7172d

Please sign in to comment.