Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed May 29, 2024
1 parent 482e8a2 commit 40f9592
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions relayer/relays/beefy/scanner.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,6 @@ func scanSafeCommitments(ctx context.Context, meta *types.Metadata, api *gsrpc.S
sendError(result.Error)
return
}
log.WithFields(log.Fields{
"blockNumber": result.BlockNumber,
"depth": result.Depth,
"commitment": result.SignedCommitment.Commitment,
}).Info("fetch commitment")

blockNumber := result.SignedCommitment.Commitment.BlockNumber
blockHash, err := api.RPC.Chain.GetBlockHash(uint64(blockNumber))
Expand Down

0 comments on commit 40f9592

Please sign in to comment.