Skip to content

Commit

Permalink
Merge pull request #120 from perawallet/fix/revert-signers-field-changes
Browse files Browse the repository at this point in the history
fix: revert signers field changes
  • Loading branch information
yigitguler authored Mar 20, 2023
2 parents 81baef7 + 49abf63 commit 3226981
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/transaction/transactionUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ function composeTransaction(transaction: SignerTransaction, signerAddress?: stri

if (signerAddress && !(transaction.signers || []).includes(signerAddress)) {
signers = [];
} else {
signers = transaction.signers;
}

const txnRequestParams: PeraWalletTransaction = {
Expand Down

0 comments on commit 3226981

Please sign in to comment.