Unverified Commit 19eabeee authored by yann300's avatar yann300 Committed by GitHub

remove ECRecover test

parent c6dd9d54
......@@ -678,9 +678,6 @@ function settings (container, self) {
var personal = new Personal(executionContext.web3().currentProvider)
personal.sign(hashedMsg, account, passphrase, (error, signedData) => {
alertSignedData(error, hashedMsg, signedData)
web3.eth.personal.ecRecover(hashedMsg, signedData, (error, data) => {
addTooltip(data)
})
})
} catch (e) {
addTooltip(e.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment