Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Nov 29, 2023
1 parent b87138e commit a36aa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func NewRelayer(
if err != nil {
logger.Warn(
"Failed to update latest processed block. Continuing to normal relaying operation",
zap.String("chainID", r.sourceChainID.String()),
zap.String("blockchainID", r.sourceBlockchainID.String()),
zap.Error(err),
)
}
Expand Down

0 comments on commit a36aa10

Please sign in to comment.