Skip to content

Commit

Permalink
correct logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jiguantong committed May 23, 2024
1 parent d9f6280 commit 51b7f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay-oracle/src/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export class OracleRelay extends CommonRelay<OracleRelayLifecycle> {
}

logger.info(
`new message accepted %s wait block %s(%s) finalized`,
`new message accepted %s wait block %s(%s) confirmed`,
sourceNextMessageAccepted.msgHash,
sourceNextMessageAccepted.blockNumber,
super.sourceName,
Expand Down

0 comments on commit 51b7f5f

Please sign in to comment.