Skip to content

Commit 33cf78d

Browse files
committed
withdraw authority fix
1 parent f53efab commit 33cf78d

File tree

2 files changed

+349
-52
lines changed

2 files changed

+349
-52
lines changed

javascript/solana.js/src/accounts/queueAccount.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,7 @@ export class QueueAccount extends Account<types.OracleQueueAccountData> {
553553
jobAuthorities: [], // create lease before adding jobs to skip this step
554554
jobPubkeys: [],
555555
disableWrap: params.disableWrap,
556+
withdrawAuthority: params.withdrawAuthority ?? payer,
556557
},
557558
options
558559
);

0 commit comments

Comments
 (0)