Skip to content

Commit

Permalink
feat(pusher): cleanup vaa accounts (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos authored Apr 5, 2024
1 parent 8110e03 commit 44cad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion price_pusher/src/solana/solana.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class SolanaPricePusher implements IPricePusher {
}

const transactionBuilder = this.pythSolanaReceiver.newTransactionBuilder({
closeUpdateAccounts: false,
closeUpdateAccounts: true,
});
transactionBuilder.addUpdatePriceFeed(priceFeedUpdateData, this.shardId);

Expand Down

0 comments on commit 44cad44

Please sign in to comment.