7 lines
220 B
Rust
Raw Normal View History

2026-02-02 07:19:22 +01:00
pub const DEFAULT_NODES: usize = 2;
pub const DEFAULT_RUN_SECS: u64 = 60;
pub const DEFAULT_TOTAL_WALLETS: usize = 200;
pub const DEFAULT_TRANSACTION_WALLETS: usize = 20;
pub const DEFAULT_MIXED_TXS_PER_BLOCK: u64 = 3;