We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2bcb5e commit 7101d3eCopy full SHA for 7101d3e
timeboost-sequencer/src/lib.rs
@@ -263,7 +263,7 @@ impl Task {
263
let mut pending = None;
264
let mut pending_dkgs = VecDeque::new();
265
let mut candidates = Candidates::new();
266
- let mut index: DelayedInboxIndex = 0.into();
+ let mut index = DelayedInboxIndex::default();
267
268
if !self.sailfish.is_init() {
269
let actions = self.sailfish.init();
0 commit comments