Skip to content

Commit 44cad44

Browse files
authored
feat(pusher): cleanup vaa accounts (#1422)
1 parent 8110e03 commit 44cad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

price_pusher/src/solana/solana.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class SolanaPricePusher implements IPricePusher {
7676
}
7777

7878
const transactionBuilder = this.pythSolanaReceiver.newTransactionBuilder({
79-
closeUpdateAccounts: false,
79+
closeUpdateAccounts: true,
8080
});
8181
transactionBuilder.addUpdatePriceFeed(priceFeedUpdateData, this.shardId);
8282

0 commit comments

Comments
 (0)