diff --git a/lib/blockchain/install.js b/lib/blockchain/install.js index 3a8df46b..0acdf481 100644 --- a/lib/blockchain/install.js +++ b/lib/blockchain/install.js @@ -94,7 +94,7 @@ function setupCrypto (crypto) { } function updateCrypto (crypto) { - if (!common.isUpdateDependent(crypto)) return + if (!common.isUpdateDependent(crypto.code)) return const cryptoPlugin = plugin(crypto) cryptoPlugin.updateCore(common.getBinaries(crypto)) }