signing_coding_time is not used (#23655)

This commit is contained in:
HaoranYi
2022-03-14 17:16:30 -05:00
committed by GitHub
parent c68c0e881e
commit fc2d1a61f3

View File

@ -730,7 +730,6 @@ pub struct Shredder {
pub slot: Slot, pub slot: Slot,
pub parent_slot: Slot, pub parent_slot: Slot,
version: u16, version: u16,
pub signing_coding_time: u128,
reference_tick: u8, reference_tick: u8,
} }
@ -742,7 +741,6 @@ impl Shredder {
Ok(Self { Ok(Self {
slot, slot,
parent_slot, parent_slot,
signing_coding_time: 0,
reference_tick, reference_tick,
version, version,
}) })