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)
|
||||
}
|
||||
|
||||
function rateTransaction (cryptoCode, address) {
|
||||
return walletScoring.rateTransaction(settings, cryptoCode, address)
|
||||
}
|
||||
|
||||
function isWalletScoringEnabled (tx) {
|
||||
return walletScoring.isWalletScoringEnabled(settings, tx.cryptoCode)
|
||||
}
|
||||
|
|
@ -1035,6 +1039,7 @@ function plugins (settings, deviceId) {
|
|||
fetchCurrentConfigVersion,
|
||||
pruneMachinesHeartbeat,
|
||||
rateAddress,
|
||||
rateTransaction,
|
||||
isWalletScoringEnabled,
|
||||
probeLN,
|
||||
buildAvailableUnits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue