Skip to content

Commit

Permalink
[feat]: Removed trait inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
batconjurer committed Jan 11, 2023
1 parent 4f1fafa commit 448e1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum_bridge/src/storage/eth_bridge_queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub enum SendValsetUpd {
AtPrevHeight,
}

pub trait EthBridgeQueries: PosQueries {
pub trait EthBridgeQueries {
/// Determines if it is possible to send a validator set update vote
/// extension at the provided [`BlockHeight`] in [`SendValsetUpd`].
fn can_send_validator_set_update(&self, can_send: SendValsetUpd) -> bool;
Expand Down

0 comments on commit 448e1ac

Please sign in to comment.