Skip to content

Commit 7ce2a03

Browse files
committed
feat: added error logs
1 parent 70d9cf5 commit 7ce2a03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

relayer/chains/wasm/wasm_chain_processor.go

+1
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,7 @@ func (ccp *WasmChainProcessor) queryCycle(ctx context.Context, persistence *quer
476476
zap.Any("delta", delta))
477477
status, err := ccp.chainProvider.BlockRPCClient.Status(ctx)
478478
if err != nil {
479+
ccp.log.Warn("Error occurred fetching block status")
479480
return nil
480481
}
481482
if persistence.latestQueriedBlock > status.SyncInfo.LatestBlockHeight &&

0 commit comments

Comments
 (0)