chore: adjust probe numbers temporarily

This commit is contained in:
Rafael Taranto 2024-02-12 21:44:44 +00:00
parent fd2e9f24a5
commit 1522502456

View file

@ -177,7 +177,7 @@ function sendCoins (account, tx, settings, operatorId) {
}
function probeLN (account, cryptoCode, invoice) {
const probeHardLimits = [100, 500, 1000]
const probeHardLimits = [200000, 1000000, 2000000]
const promises = probeHardLimits.map(limit => {
return sendProbeRequest(account.walletId, invoice, limit, account.apiSecret, account.endpoint)
.then(r => _.isEmpty(r.errors))