We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8110e03 commit 44cad44Copy full SHA for 44cad44
price_pusher/src/solana/solana.ts
@@ -76,7 +76,7 @@ export class SolanaPricePusher implements IPricePusher {
76
}
77
78
const transactionBuilder = this.pythSolanaReceiver.newTransactionBuilder({
79
- closeUpdateAccounts: false,
+ closeUpdateAccounts: true,
80
});
81
transactionBuilder.addUpdatePriceFeed(priceFeedUpdateData, this.shardId);
82
0 commit comments