Skip to content

Commit

Permalink
Partial sign transactions in a batch
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed May 13, 2024
1 parent ac668b6 commit e5f5656
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,7 @@ export class BackpackSolanaWallet {
tx.recentBlockhash = blockhash;
}
if (signers) {
signers.forEach((s: Signer) => {
tx.partialSign(s);
});
tx.partialSign(...signers);
}
} else {
if (signers) {
Expand Down

0 comments on commit e5f5656

Please sign in to comment.