Skip to content

Commit

Permalink
LAMPORTS_PER_MLN in test
Browse files Browse the repository at this point in the history
  • Loading branch information
miralandlabs committed Feb 26, 2024
1 parent 4e97610 commit a15c7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/bank/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11965,7 +11965,7 @@ fn test_feature_activation_loaded_programs_epoch_transition() {
miraland_logger::setup();

// Bank Setup
let (mut genesis_config, mint_keypair) = create_genesis_config(1_000_000 * LAMPORTS_PER_SOL);
let (mut genesis_config, mint_keypair) = create_genesis_config(1_000_000 * LAMPORTS_PER_MLN);
genesis_config
.accounts
.remove(&feature_set::reject_callx_r10::id());
Expand Down

0 comments on commit a15c7e9

Please sign in to comment.