remove ECRecover test

pull/3094/head
yann300 6 years ago committed by GitHub
parent 2d8de6b85f
commit 718f416b6d
  1. 3
      src/app/tabs/run-tab.js

@ -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)

Loading…
Cancel
Save