signing_coding_time is not used (#23655)
This commit is contained in:
@ -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,
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user