We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59839ec commit 4f1629fCopy full SHA for 4f1629f
program/tests/interface.rs
@@ -955,7 +955,7 @@ fn test_epoch_rewards_period() {
955
956
// the original stake interface passed in sysvars and stake config
957
// we no longer retrieve these via account info in any instruction processors
958
-// since instruction builder still provide them, we test the program does not require them
+// since instruction builders still provide them, we test the program does not require them
959
// NOTE this function and test can be deleted after the instruction builders are updated
960
#[allow(deprecated)]
961
fn is_stake_program_sysvar_or_config(pubkey: Pubkey) -> bool {
0 commit comments