Commit 29cc9884 authored by yann300's avatar yann300

label

parent f0d18b86
...@@ -92,7 +92,7 @@ function ExecutionContext () { ...@@ -92,7 +92,7 @@ function ExecutionContext () {
} }
function executionContextChange (context, endPointUrl) { function executionContextChange (context, endPointUrl) {
if (context === 'web3' && !confirm('Are you sure you want to connect to an external ethereum node?')) { if (context === 'web3' && !confirm('Are you sure you want to connect to an ethereum node?')) {
return false return false
} else if (context === 'injected' && injectedProvider === undefined) { } else if (context === 'injected' && injectedProvider === undefined) {
return false return false
......
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