Skip to content

Commit

Permalink
for ibc-rs cosmos#911
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 13, 2023
1 parent 38a827d commit 206cb5f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/ibc/src/clients/ics07_tendermint/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,6 @@ impl Header {
});
}

if self.trusted_next_validator_set.hash() != self.signed_header.header.next_validators_hash
{
return Err(Error::MismatchValidatorsHashes {
signed_header_validators_hash: self.signed_header.header.next_validators_hash,
validators_hash: self.trusted_next_validator_set.hash(),
});
}
Ok(())
}
}
Expand Down

0 comments on commit 206cb5f

Please sign in to comment.