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 e70dac4 commit d6b88df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/src/processes/coinbase.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl CoinbaseManager {
These values apply to 1 block per second.
*/
#[rustfmt::skip]
const SUBSIDY_BY_MONTH_TABLE: [u64; 269] = [
const SUBSIDY_BY_MONTH_TABLE: [u64; 270] = [
45625737738, 41634158882, 37991784282, 34668063717, 31635119661, 28867513459, 26342031965, 24037492838, 21934566882, 20015615919, 18264544852, 16666666666, 15208579246, 13878052960, 12663928094, 11556021239, 10545039887, 9622504486, 8780677321, 8012497612, 7311522294, 6671871973, 6088181617, 5555555555, 5069526415,
4626017653, 4221309364, 3852007079, 3515013295, 3207501495, 2926892440, 2670832537, 2437174098, 2223957324, 2029393872, 1851851851, 1689842138, 1542005884, 1407103121, 1284002359, 1171671098, 1069167165, 975630813, 890277512, 812391366, 741319108, 676464624, 617283950, 563280712, 514001961,
469034373, 428000786, 390557032, 356389055, 325210271, 296759170, 270797122, 247106369, 225488208, 205761316, 187760237, 171333987, 156344791, 142666928, 130185677, 118796351, 108403423, 98919723, 90265707, 82368789, 75162736, 68587105, 62586745, 57111329, 52114930,
Expand All @@ -263,7 +263,7 @@ const SUBSIDY_BY_MONTH_TABLE: [u64; 269] = [
5025, 4585, 4184, 3818, 3484, 3179, 2901, 2647, 2416, 2204, 2011, 1835, 1675, 1528, 1394, 1272, 1161, 1059, 967, 882, 805, 734, 670, 611, 558,
509, 464, 424, 387, 353, 322, 294, 268, 244, 223, 203, 186, 169, 154, 141, 129, 117, 107, 98, 89, 81, 74, 67, 62, 56,
51, 47, 43, 39, 35, 32, 29, 27, 24, 22, 20, 18, 17, 15, 14, 13, 11, 10, 9, 9, 8, 7, 6, 6, 5,
5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1,
5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 0,
];

#[cfg(test)]
Expand Down

0 comments on commit d6b88df

Please sign in to comment.