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 acb9d49 commit e70dac4
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 @@ -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, 0,
5, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1,
];

#[cfg(test)]
Expand Down

0 comments on commit e70dac4

Please sign in to comment.