Skip to content

Commit

Permalink
ignore err when request from chain
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Mar 8, 2024
1 parent 02b8441 commit 9464491
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/relayer/relayer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,10 +494,7 @@ export class RelayerService implements OnModuleInit {
toChainInfo.provider.provider,
);
} catch(e) {
this.logger.warn(
`Get relayer info from chain failed, fromChain ${fromChainInfo.chainName}, toChain ${toChainInfo.chainName}, exception ${e}`
);
continue;
// ignore error
}
await this.dataworkerService.sendHeartBeat(
this.configureService.indexer,
Expand Down

0 comments on commit 9464491

Please sign in to comment.