remove ECRecover test

pull/1/head
yann300 6 years ago committed by GitHub
parent c6dd9d5454
commit 19eabeee38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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