Skip to content

Commit

Permalink
Merge pull request MetaMask#74 from MetaMask/typo-28
Browse files Browse the repository at this point in the history
MetMask -> MetaMask
  • Loading branch information
jennypollack authored Mar 16, 2020
2 parents ed399e8 + c8ad1e0 commit 7402d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/signing-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ There are currently five signing methods in MetaMask, and you might wonder the h
* `signTypedData` (currently identical to `signTypedData_v1`)
* `signTypedData_v1`
* `signTypedData_v3`
There are likely to be many more over time. When MetMask first started, the Provider API wasn’t designed to be exposed to untrusted websites, and so some considerations weren’t taken as seriously as they were later.
There are likely to be many more over time. When MetaMask first started, the Provider API wasn’t designed to be exposed to untrusted websites, and so some considerations weren’t taken as seriously as they were later.

In particular, the method `eth_sign` is an open-ended signing method that allows signing an arbitrary hash, which means it can be used to sign transactions, or any other data, making it a dangerous phishing risk.

Expand Down

0 comments on commit 7402d0f

Please sign in to comment.