Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(prover): replace emoji in log message (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nakochi-crypto committed Aug 7, 2023
1 parent 19ada49 commit cc1c4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/proof_submitter/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func isSubmitProofTxErrorRetryable(err error, blockID *big.Int) bool {
return true
}

log.Warn("🤷‍♂️ Unretryable proof submission error", "error", err, "blockID", blockID)
log.Warn("🤷 Unretryable proof submission error", "error", err, "blockID", blockID)
return false
}

Expand Down

0 comments on commit cc1c4a7

Please sign in to comment.