Skip to content

Commit 8edd671

Browse files
BashmuntaAmxx
andauthored
docs(ecdsa): clarify ECDSAInvalidSignature describes general invalid signature (#6172)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
1 parent d71e289 commit 8edd671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/cryptography/ECDSA.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ library ECDSA {
1818
}
1919

2020
/**
21-
* @dev The signature derives the `address(0)`.
21+
* @dev The signature is invalid.
2222
*/
2323
error ECDSAInvalidSignature();
2424

0 commit comments

Comments
 (0)