chore: adjust probe numbers temporarily
This commit is contained in:
parent
fd2e9f24a5
commit
1522502456
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ function sendCoins (account, tx, settings, operatorId) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function probeLN (account, cryptoCode, invoice) {
|
function probeLN (account, cryptoCode, invoice) {
|
||||||
const probeHardLimits = [100, 500, 1000]
|
const probeHardLimits = [200000, 1000000, 2000000]
|
||||||
const promises = probeHardLimits.map(limit => {
|
const promises = probeHardLimits.map(limit => {
|
||||||
return sendProbeRequest(account.walletId, invoice, limit, account.apiSecret, account.endpoint)
|
return sendProbeRequest(account.walletId, invoice, limit, account.apiSecret, account.endpoint)
|
||||||
.then(r => _.isEmpty(r.errors))
|
.then(r => _.isEmpty(r.errors))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue