Skip to content

Commit

Permalink
[pipelines] fix close settlement instruction creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Jul 22, 2024
1 parent b11bf5e commit cfef64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settlement-pipelines/src/bin/close_settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ async fn close_settlements(
program: validator_bonds_id,
event_authority: find_event_authority().0,
})
.args(validator_bonds::instruction::CloseSettlement {});
.args(validator_bonds::instruction::CloseSettlementV2 {});
add_instruction_to_builder(
transaction_builder,
&req,
Expand Down

0 comments on commit cfef64c

Please sign in to comment.