Merge pull request #1733 from RafaelTaranto/fix/cash-out-wallet-scoring

LAM-1234 fix: wallet scoring for cash-out
This commit is contained in:
Rafael Taranto 2024-11-21 15:55:58 +00:00 committed by GitHub
commit d516a62448

View file

@ -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