Skip to content

Commit

Permalink
refactor: remove incorrect MAX_TRANSACTIONS_PER_BATCH constant
Browse files Browse the repository at this point in the history
  • Loading branch information
polydez committed Aug 1, 2024
1 parent 47007c7 commit 1f58f3f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions objects/src/constants.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ pub const BATCH_OUTPUT_NOTES_TREE_DEPTH: u8 = 13;
pub const MAX_OUTPUT_NOTES_PER_BATCH: usize =
2_usize.pow((BATCH_OUTPUT_NOTES_TREE_DEPTH - 1) as u32);

/// The maximum number of transaction in a single batch.
pub const MAX_TRANSACTIONS_PER_BATCH: usize = MAX_OUTPUT_NOTES_PER_BATCH / MAX_OUTPUT_NOTES_PER_TX;

// BLOCK
// ================================================================================================

Expand Down

0 comments on commit 1f58f3f

Please sign in to comment.