Skip to content

Commit

Permalink
fix: make comment ab verifying sigs more specific
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Luscher <steveluscher@users.noreply.github.com>
  • Loading branch information
cryptopapi997 and steveluscher committed Dec 20, 2022
1 parent a742930 commit 9cf63c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/transaction/legacy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ export class Transaction {
}

/**
* Verify signatures of a complete Transaction
* Verify signatures of a Transaction
* Optional parameter specifies if we're expecting a fully signed Transaction or a partially signed one.
* If no boolean is provided, we expect a fully signed Transaction by default.
*/
Expand Down

0 comments on commit 9cf63c2

Please sign in to comment.