Skip to content

Commit

Permalink
revert lamport change
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoranYi committed Jan 11, 2024
1 parent 918be5c commit 1b19e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/sbf/tests/programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3362,7 +3362,7 @@ fn test_program_sbf_realloc_invoke() {
mut genesis_config,
mint_keypair,
..
} = create_genesis_config(100_000_000_000_000);
} = create_genesis_config(1_000_000_000_000);
genesis_config.rent = Rent::default();

let mint_pubkey = mint_keypair.pubkey();
Expand Down

0 comments on commit 1b19e87

Please sign in to comment.