fix: wallet scoring for cash-out
This commit is contained in:
parent
7e87a3e911
commit
86884417d1
1 changed files with 5 additions and 0 deletions
|
|
@ -998,6 +998,10 @@ function plugins (settings, deviceId) {
|
||||||
return walletScoring.rateAddress(settings, cryptoCode, address)
|
return walletScoring.rateAddress(settings, cryptoCode, address)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function rateTransaction (cryptoCode, address) {
|
||||||
|
return walletScoring.rateTransaction(settings, cryptoCode, address)
|
||||||
|
}
|
||||||
|
|
||||||
function isWalletScoringEnabled (tx) {
|
function isWalletScoringEnabled (tx) {
|
||||||
return walletScoring.isWalletScoringEnabled(settings, tx.cryptoCode)
|
return walletScoring.isWalletScoringEnabled(settings, tx.cryptoCode)
|
||||||
}
|
}
|
||||||
|
|
@ -1035,6 +1039,7 @@ function plugins (settings, deviceId) {
|
||||||
fetchCurrentConfigVersion,
|
fetchCurrentConfigVersion,
|
||||||
pruneMachinesHeartbeat,
|
pruneMachinesHeartbeat,
|
||||||
rateAddress,
|
rateAddress,
|
||||||
|
rateTransaction,
|
||||||
isWalletScoringEnabled,
|
isWalletScoringEnabled,
|
||||||
probeLN,
|
probeLN,
|
||||||
buildAvailableUnits
|
buildAvailableUnits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue