File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ismp/state-machines/evm/src
pallets/consensus-incentives/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pub fn verify_state_proof<H: Keccak256 + Send + Sync>(
86
86
for key in keys {
87
87
// For keys that are 52 bytes we expect the first 20 bytes to be the contract address and
88
88
// 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
90
90
// contract or account address.
91
91
// For keys that are 32 bytes we expect that to be a slothash in
92
92
// the Ismp EVM host
Original file line number Diff line number Diff line change 37
37
/// This is an internal function used to handle relayer rewards for each
38
38
/// processed message, this targets just ConsensusMessage for now.
39
39
/// 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.
41
41
fn process_message (
42
42
state_machine_height : StateMachineHeight ,
43
43
state_machine_id : StateMachineId ,
You can’t perform that action at this time.
0 commit comments