feat: re-enable geth install

This commit is contained in:
Neal 2021-05-17 19:16:17 -04:00 committed by Josh Harvey
parent 103a7783c1
commit 9069625637
4 changed files with 4 additions and 5 deletions

View file

@ -103,9 +103,7 @@ function run () {
name: c.display,
value: c.code,
checked,
disabled: c.cryptoCode === 'ETH'
? 'Use admin\'s Infura plugin'
: checked && 'Installed'
disabled: checked && 'Installed'
}
}, cryptos)