1 2 3 4 5 6 7 8
pub mod block_rewards; pub mod coinbase; pub mod constants; pub mod overrides; pub mod pot_iterations; pub const CREATE_COIN_COST: u64 = 1_800_000; pub const AGG_SIG_COST: u64 = 1_200_000;