Skip to content

Commit

Permalink
Really use max_operations_propagation_time (#3202)
Browse files Browse the repository at this point in the history
Co-authored-by: sydhds <sydhds@massa.net>
  • Loading branch information
sydhds and sydhds authored Nov 3, 2022
1 parent 127f41a commit e4b19f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion massa-protocol-worker/src/protocol_worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ impl ProtocolWorker {
match expire_period_timestamp {
Ok(slot_timestamp) => {
slot_timestamp
.saturating_add(self.config.max_endorsements_propagation_time)
.saturating_add(self.config.max_operations_propagation_time)
< now
}
Err(_) => true,
Expand Down

0 comments on commit e4b19f5

Please sign in to comment.