Skip to content

Commit

Permalink
Add missing erorr handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mininny committed Oct 7, 2024
1 parent 66f7314 commit ea91644
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions op-signer/service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ func (s *SignerService) SignBlockPayload(ctx context.Context, signingHash common
return nil, &InvalidTransactionError{err.Error()}
}

labels["status"] = "success"

s.logger.Info(
"Signed block payload",
"signingHash", hexutil.Encode(signingHash.Bytes()),
Expand Down

0 comments on commit ea91644

Please sign in to comment.