Skip to content

Commit

Permalink
remove compiledMessage when we remove signatures
Browse files Browse the repository at this point in the history
  • Loading branch information
mcintyre94 committed Mar 25, 2024
1 parent 4b1f1f3 commit 5b245a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transactions/src/unsigned-transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export function getUnsignedTransaction<TTransaction extends BaseTransaction>(
// The implication of the lifetime constraint changing is that any existing signatures are invalid.
const {
signatures: _, // eslint-disable-line @typescript-eslint/no-unused-vars
compiledMessage: _c, // eslint-disable-line @typescript-eslint/no-unused-vars
...unsignedTransaction
} = transaction;
return unsignedTransaction;
Expand Down

0 comments on commit 5b245a7

Please sign in to comment.