Skip to content

Commit

Permalink
Update coinbase.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
WagLayla authored Sep 20, 2024
1 parent d6b88df commit 3a74b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/processes/coinbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const MIN_PAYLOAD_LENGTH: usize =
// SECONDS_PER_MONTH = 30.4375 * 24 * 60 * 60
const SECONDS_PER_MONTH: u64 = 2629800;

pub const SUBSIDY_BY_MONTH_TABLE_SIZE: usize = 366;
pub const SUBSIDY_BY_MONTH_TABLE_SIZE: usize = 270;
pub type SubsidyByMonthTable = [u64; SUBSIDY_BY_MONTH_TABLE_SIZE];

#[derive(Clone)]
Expand Down

0 comments on commit 3a74b51

Please sign in to comment.