Merge pull request #816 from shocknet/ops-flag

ops flag
This commit is contained in:
Justin (shocknet) 2025-06-11 13:12:45 -04:00 committed by GitHub
commit a8c76274a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -277,7 +277,7 @@ export default class Handler {
total_fees: totalFees, total_fees: totalFees,
invoices: receivingInvoices.length, invoices: receivingInvoices.length,
operations: [] operations: req.include_operations ? operations : []
} }
} }