Skip to content

Commit

Permalink
add close after advance
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Sep 13, 2024
1 parent 05f94a6 commit 7c0df82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions staking/cli/src/instructions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ pub fn fetch_publisher_caps_and_advance(
);

advance(rpc_client, payer, publisher_caps);
close_publisher_caps(rpc_client, payer, publisher_caps);
}

pub fn update_delegation_fee(rpc_client: &RpcClient, payer: &Keypair, delegation_fee: u64) {
Expand Down

0 comments on commit 7c0df82

Please sign in to comment.