Skip to content

Commit 5b29c55

Browse files
committed
feat: configure length
1 parent b736cc3 commit 5b29c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/poller/src/invoice/processInvoices.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ interface ProcessInvoicesParams {
3232
config: MarkConfiguration;
3333
}
3434

35-
const MAX_DESTINATIONS = 10; // enforced onchain
35+
const MAX_DESTINATIONS = 7; // enforced onchain at 10, we only want first 7 in our config
3636

3737
export async function processInvoices({
3838
invoices,

0 commit comments

Comments
 (0)