From 15225024561372cd4bd77868f3657b2e6f821d79 Mon Sep 17 00:00:00 2001 From: Rafael Taranto Date: Mon, 12 Feb 2024 21:44:44 +0000 Subject: [PATCH] chore: adjust probe numbers temporarily --- lib/plugins/wallet/galoy/galoy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/wallet/galoy/galoy.js b/lib/plugins/wallet/galoy/galoy.js index ec4e57c8..cc47da35 100644 --- a/lib/plugins/wallet/galoy/galoy.js +++ b/lib/plugins/wallet/galoy/galoy.js @@ -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))