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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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