Skip to content

Commit

Permalink
fix: speed up transaction signing by removing code that does nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher committed May 18, 2022
1 parent a1522d0 commit 94b20b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web3.js/src/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ export class Transaction {

const message = this._compile();
this._partialSign(message, ...uniqueSigners);
this._verifySignatures(message.serialize(), true);
}

/**
Expand Down

0 comments on commit 94b20b6

Please sign in to comment.