From b0e09e74282d900a4f407df6b7b8947a82ebf36d Mon Sep 17 00:00:00 2001 From: LianaHus Date: Wed, 15 May 2019 10:51:04 +0200 Subject: [PATCH] fixed tooltip place --- src/app/tabs/runTab/model/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/runTab/model/settings.js b/src/app/tabs/runTab/model/settings.js index a11f76b19a..5d28d4438a 100644 --- a/src/app/tabs/runTab/model/settings.js +++ b/src/app/tabs/runTab/model/settings.js @@ -97,8 +97,8 @@ class Settings { if (isInjected) { const hashedMsg = executionContext.web3().sha3(message) try { + addTooltip('Please check your provider to approve') executionContext.web3().eth.sign(account, hashedMsg, (error, signedData) => { - if (!error) addTooltip('Please check your provider to approve') cb(error, hashedMsg, signedData) }) } catch (e) {