We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b736cc3 commit 5b29c55Copy full SHA for 5b29c55
packages/poller/src/invoice/processInvoices.ts
@@ -32,7 +32,7 @@ interface ProcessInvoicesParams {
32
config: MarkConfiguration;
33
}
34
35
-const MAX_DESTINATIONS = 10; // enforced onchain
+const MAX_DESTINATIONS = 7; // enforced onchain at 10, we only want first 7 in our config
36
37
export async function processInvoices({
38
invoices,
0 commit comments