Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Aug 22, 2024
1 parent d64bf75 commit 637f6e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ledger/src/shred.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@ pub mod layout {
.ok_or(Error::InvalidPayloadSize(shred.len()))
}

<<<<<<< HEAD
pub(crate) fn set_retransmitter_signature(
=======
pub fn is_retransmitter_signed_variant(shred: &[u8]) -> Result<bool, Error> {
match get_shred_variant(shred)? {
ShredVariant::LegacyCode | ShredVariant::LegacyData => Ok(false),
Expand All @@ -837,7 +834,6 @@ pub mod layout {
}

pub fn set_retransmitter_signature(
>>>>>>> ff87ed9187 (gossip: ignore retransmitter signatures when comparing duplicate shreds (#2673))
shred: &mut [u8],
signature: &Signature,
) -> Result<(), Error> {
Expand Down

0 comments on commit 637f6e1

Please sign in to comment.