fix: speed up transaction signing by removing code that does nothing (#25302)

This commit is contained in:
Steven Luscher 2022-05-18 11:08:13 -07:00 committed by GitHub
parent 7402878628
commit 84f1e5c0da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -599,7 +599,6 @@ export class Transaction {
const message = this._compile();
this._partialSign(message, ...uniqueSigners);
this._verifySignatures(message.serialize(), true);
}
/**