We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5867d97 commit d064b84Copy full SHA for d064b84
runtime/src/genesis_utils.rs
@@ -29,7 +29,7 @@ pub fn bootstrap_validator_stake_lamports() -> u64 {
29
30
// Number of lamports automatically used for genesis accounts
31
pub const fn genesis_sysvar_and_builtin_program_lamports() -> u64 {
32
- const NUM_BUILTIN_PROGRAMS: u64 = 9;
+ const NUM_BUILTIN_PROGRAMS: u64 = 8;
33
const NUM_PRECOMPILES: u64 = 2;
34
const STAKE_HISTORY_MIN_BALANCE: u64 = 114_979_200;
35
const CLOCK_SYSVAR_MIN_BALANCE: u64 = 1_169_280;
0 commit comments