We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f655709 commit 7ba967aCopy full SHA for 7ba967a
contracts/v0.8/types/AccountTypes.sol
@@ -26,7 +26,7 @@ import "./CommonTypes.sol";
26
library AccountTypes {
27
uint constant AuthenticateMessageMethodNum = 2643134072;
28
29
- /// @param it should be a raw byte of signature, NOT a serialized signature object with a signatureType.
+ /// @param signature should be a raw byte of signature, NOT a serialized signature object with a signatureType.
30
/// @param message The message which is signed by the corresponding account address.
31
struct AuthenticateMessageParams {
32
bytes signature;
0 commit comments