Skip to content

Commit

Permalink
Update core/node/consensus/src/storage/store.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno França <[email protected]>
  • Loading branch information
aakoshh and brunoffranca authored Jul 24, 2024
1 parent d00a572 commit 7aa3261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/node/consensus/src/storage/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ impl storage::PersistentBatchStore for Store {

// The latest decision is not to store batches with gaps between in the database *of the main node*.
// Once we have an API to serve to external nodes the earliest number the main node wants them to sign,
// we can get rid of this method: on the main node we can sign from what `last_batc_qc` returns, and
// we can get rid of this method: on the main node we can sign from what `last_batch_qc` returns, and
// while external nodes we can go from whatever the API returned.

const NUM_BATCHES_TO_SIGN: u64 = 10;
Expand Down

0 comments on commit 7aa3261

Please sign in to comment.