Skip to content

Commit

Permalink
fix: Added more info into how to report a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosvdr committed May 9, 2024
1 parent 3d77404 commit 1d869b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/indexer-common/src/allocations/query-fees.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 1d869b8

Please sign in to comment.