mirror of https://github.com/status-im/EIPs.git
Add copyright clause, fix typo. (#1136)
This commit is contained in:
parent
c9a9320e9d
commit
a7f9e04b54
|
@ -10,7 +10,7 @@ created: 2016-01-20
|
|||
|
||||
# Abstract
|
||||
|
||||
This ERC proposes a specification about how to handle signed data in Etherum contracts.
|
||||
This ERC proposes a specification about how to handle signed data in Ethereum contracts.
|
||||
|
||||
# Motivation
|
||||
|
||||
|
@ -61,3 +61,7 @@ Using `0x19` thus makes it possible to extend the scheme by defining a version `
|
|||
sender = ecrecover(transactionHash, v, r, s);
|
||||
// ...
|
||||
}
|
||||
|
||||
## Copyright
|
||||
|
||||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
|
||||
|
|
Loading…
Reference in New Issue