Skip to content

Commit

Permalink
state: fix missed diff marker after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
delbonis committed Jun 5, 2024
1 parent b089fc4 commit 2e8be28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/state/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ use crate::{block::L2BlockId, l1::L1BlockId};
/// This is updated when we see a consensus-relevant message. This is L2 blocks
/// but also L1 blocks being published with interesting things in them, and
/// various other events.
<<<<<<< HEAD
#[derive(Clone, Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize, Arbitrary)]
=======
#[derive(Clone, Debug, BorshDeserialize, BorshSerialize)]
>>>>>>> b70fef1 (state: tweak to consensus state, added Borsh serde derives)
#[derive(Clone, Debug, Eq, PartialEq, BorshSerialize, BorshDeserialize, Arbitrary)]
pub struct ConsensusState {
/// Important consensus state.
pub(super) chain_state: ConsensusChainState,
Expand Down

0 comments on commit 2e8be28

Please sign in to comment.