logo
pub const BLOCK_REWARD: u64 = 1_000_000_000_000;
Expand description

We use one trillion as a block reward unit because it’s large enough to allow precise fractions, and small enough for many block rewards to fit into a u64.