diff --git a/packages/indexer-common/src/allocations/query-fees.ts b/packages/indexer-common/src/allocations/query-fees.ts index 5f9b96ffb..559e28e27 100644 --- a/packages/indexer-common/src/allocations/query-fees.ts +++ b/packages/indexer-common/src/allocations/query-fees.ts @@ -887,7 +887,8 @@ export class AllocationReceiptCollector implements ReceiptCollector { }) if (!this.tapContracts) { logger.error( - `Undefined escrow contracts, but this shouldn't happen as RAV process is only triggered when escrow is provided`, + `Undefined escrow contracts, but this shouldn't happen as RAV process is only triggered when escrow is provided. \n + If this error is encountered please report and oepn an issue at https://github.com/graphprotocol/indexer/issues`, { signedRavs, },