Skip to content

Commit

Permalink
Use new blockhash in test to avoid timeout in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Dec 5, 2022
1 parent 3915abc commit da0fd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stake-pool/program/tests/redelegate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ async fn fail_with_decreasing_stake() {
simple_deposit_stake(
&mut context.banks_client,
&context.payer,
&context.last_blockhash,
&last_blockhash,
&stake_pool_accounts,
&destination_validator_stake,
redelegate_lamports,
Expand Down

0 comments on commit da0fd71

Please sign in to comment.