Skip to content

Commit

Permalink
update_builtin: update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel committed Jul 12, 2024
1 parent 64aa7f4 commit 996b3f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/flamenco/runtime/program/fd_builtin_programs.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ write_inline_spl_native_mint_program_account( fd_exec_slot_ctx_t * slot_ctx ) {
}

void fd_builtin_programs_init( fd_exec_slot_ctx_t * slot_ctx ) {

/* List of BuiltIn's created during genesis:
https://github.com/solana-labs/solana/blob/8f2c8b8388a495d2728909e30460aa40dcc5d733/runtime/src/builtins.rs#L201 */
// https://github.com/anza-xyz/agave/blob/v2.0.1/runtime/src/bank/builtins/mod.rs#L33

fd_write_builtin_bogus_account( slot_ctx, fd_solana_system_program_id.key, "system_program", 14UL );
fd_write_builtin_bogus_account( slot_ctx, fd_solana_vote_program_id.key, "vote_program", 12UL );
Expand Down

0 comments on commit 996b3f8

Please sign in to comment.