Skip to content

Commit d640c9b

Browse files
committed
chore: remove redundant words in comment
Signed-off-by: deepdring <deepdrink@icloud.com>
1 parent 98ffbd5 commit d640c9b

File tree

2 files changed

+2
-2
lines changed
  • modules
    • ismp/state-machines/evm/src
    • pallets/consensus-incentives/src

2 files changed

+2
-2
lines changed

modules/ismp/state-machines/evm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ pub fn verify_state_proof<H: Keccak256 + Send + Sync>(
8686
for key in keys {
8787
// For keys that are 52 bytes we expect the first 20 bytes to be the contract address and
8888
// the last 32 bytes the slot hash.
89-
// For keys that are 20 bytes we expect that to the the
89+
// For keys that are 20 bytes we expect that to the
9090
// contract or account address.
9191
// For keys that are 32 bytes we expect that to be a slothash in
9292
// the Ismp EVM host

modules/pallets/consensus-incentives/src/impls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ where
3737
/// This is an internal function used to handle relayer rewards for each
3838
/// processed message, this targets just ConsensusMessage for now.
3939
/// It extracts relayer information, calculates the
40-
/// appropriate reward, and and transfer the reward to the relayer.
40+
/// appropriate reward, and transfer the reward to the relayer.
4141
fn process_message(
4242
state_machine_height: StateMachineHeight,
4343
state_machine_id: StateMachineId,

0 commit comments

Comments
 (0)