Skip to content

Commit d064b84

Browse files
committed
ohh what does this break
1 parent 5867d97 commit d064b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/genesis_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pub fn bootstrap_validator_stake_lamports() -> u64 {
2929

3030
// Number of lamports automatically used for genesis accounts
3131
pub const fn genesis_sysvar_and_builtin_program_lamports() -> u64 {
32-
const NUM_BUILTIN_PROGRAMS: u64 = 9;
32+
const NUM_BUILTIN_PROGRAMS: u64 = 8;
3333
const NUM_PRECOMPILES: u64 = 2;
3434
const STAKE_HISTORY_MIN_BALANCE: u64 = 114_979_200;
3535
const CLOCK_SYSVAR_MIN_BALANCE: u64 = 1_169_280;

0 commit comments

Comments
 (0)