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) { ...@@ -678,9 +678,6 @@ function settings (container, self) {
var personal = new Personal(executionContext.web3().currentProvider) var personal = new Personal(executionContext.web3().currentProvider)
personal.sign(hashedMsg, account, passphrase, (error, signedData) => { personal.sign(hashedMsg, account, passphrase, (error, signedData) => {
alertSignedData(error, hashedMsg, signedData) alertSignedData(error, hashedMsg, signedData)
web3.eth.personal.ecRecover(hashedMsg, signedData, (error, data) => {
addTooltip(data)
})
}) })
} catch (e) { } catch (e) {
addTooltip(e.message) 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