Skip to content

Commit

Permalink
use current config block builder
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Oct 21, 2022
1 parent c60bc4b commit d1496ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/tip_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl TipManager {
config: self.tip_payment_program_info.config_pda_bump.0,
old_tip_receiver: config.tip_receiver,
new_tip_receiver: *new_tip_receiver,
block_builder: *block_builder,
block_builder: config.block_builder,
tip_payment_account_0: self.tip_payment_program_info.tip_pda_0.0,
tip_payment_account_1: self.tip_payment_program_info.tip_pda_1.0,
tip_payment_account_2: self.tip_payment_program_info.tip_pda_2.0,
Expand Down

0 comments on commit d1496ce

Please sign in to comment.