feat(pusher): cleanup vaa accounts (#1422)
This commit is contained in:
parent
8110e03ccb
commit
44cad44f44
|
@ -76,7 +76,7 @@ export class SolanaPricePusher implements IPricePusher {
|
|||
}
|
||||
|
||||
const transactionBuilder = this.pythSolanaReceiver.newTransactionBuilder({
|
||||
closeUpdateAccounts: false,
|
||||
closeUpdateAccounts: true,
|
||||
});
|
||||
transactionBuilder.addUpdatePriceFeed(priceFeedUpdateData, this.shardId);
|
||||
|
||||
|
|
Loading…
Reference in New Issue