f-o-a-m / purescript-web3

a purescript library for the web3 api
Apache License 2.0
127 stars 24 forks source link

figure out the argument order for personal_sign #59

Closed martyall closed 6 years ago

martyall commented 6 years ago

it seems like metamask may be using the wrong arg order for personal_sign, which is reflected in the function here. Figure out what is correct

martyall commented 6 years ago

its consistent with web3js for example https://web3js.readthedocs.io/en/1.0/web3-eth-personal.html#id15