fix: function argument
This commit is contained in:
parent
24acfcbf6a
commit
db90525196
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ function setupCrypto (crypto) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateCrypto (crypto) {
|
function updateCrypto (crypto) {
|
||||||
if (!common.isUpdateDependent(crypto)) return
|
if (!common.isUpdateDependent(crypto.code)) return
|
||||||
const cryptoPlugin = plugin(crypto)
|
const cryptoPlugin = plugin(crypto)
|
||||||
cryptoPlugin.updateCore(common.getBinaries(crypto))
|
cryptoPlugin.updateCore(common.getBinaries(crypto))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue