mirror of https://github.com/status-im/EIPs.git
Merge branch 'master' into patch-1
This commit is contained in:
commit
3dc6906fd0
|
@ -43,6 +43,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
|
||||||
*
|
*
|
||||||
* MUST return a bool upon valid or invalid signature with corresponding _data
|
* MUST return a bool upon valid or invalid signature with corresponding _data
|
||||||
* MUST take (bytes, bytes) as arguments
|
* MUST take (bytes, bytes) as arguments
|
||||||
|
* MUST allow external calls
|
||||||
*/
|
*/
|
||||||
function isValidSignature(
|
function isValidSignature(
|
||||||
bytes _data,
|
bytes _data,
|
||||||
|
|
Loading…
Reference in New Issue