Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Adds three to NUM_BUILTIN_PROGRAMS in genesis_sysvar_and_builtin_prog…
Browse files Browse the repository at this point in the history
…ram_lamports.
  • Loading branch information
Lichtso committed Apr 26, 2023
1 parent 39226c7 commit ca003c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/genesis_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub fn bootstrap_validator_stake_lamports() -> u64 {

// Number of lamports automatically used for genesis accounts
pub const fn genesis_sysvar_and_builtin_program_lamports() -> u64 {
const NUM_BUILTIN_PROGRAMS: u64 = 4;
const NUM_BUILTIN_PROGRAMS: u64 = 7;
const NUM_PRECOMPILES: u64 = 2;
const FEES_SYSVAR_MIN_BALANCE: u64 = 946_560;
const STAKE_HISTORY_MIN_BALANCE: u64 = 114_979_200;
Expand Down

0 comments on commit ca003c2

Please sign in to comment.