Skip to content

Commit

Permalink
backport 177 and update programs (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu authored Oct 25, 2022
1 parent d1496ce commit ee01b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/src/tip_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ impl TipManager {
InitializeArgs {
authority: my_keypair.pubkey(),
expired_funds_account: my_keypair.pubkey(),
num_epochs_valid: 3,
max_validator_commission_bps: 1000,
num_epochs_valid: 10,
max_validator_commission_bps: 10_000,
bump: self.tip_distribution_program_info.config_pda_and_bump.1,
},
InitializeAccounts {
Expand Down
2 changes: 1 addition & 1 deletion jito-programs
Submodule jito-programs updated from 85d836 to b68df8

0 comments on commit ee01b35

Please sign in to comment.