diff --git a/web3.js/src/transaction.ts b/web3.js/src/transaction.ts index 33ecfaf0334841..c868aa33074439 100644 --- a/web3.js/src/transaction.ts +++ b/web3.js/src/transaction.ts @@ -599,7 +599,6 @@ export class Transaction { const message = this._compile(); this._partialSign(message, ...uniqueSigners); - this._verifySignatures(message.serialize(), true); } /**