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

feat(prover): update proof submission logs #261

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prover/proof_submitter/valid_proof_submitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (s *ValidProofSubmitter) SubmitProof(
}

log.Info(
"✅ Valid block proved",
"💰 Your block proof was accepted",
"blockID", proofWithHeader.BlockID,
"hash", block.Hash(), "height", block.Number(),
"transactions", block.Transactions().Len(),
Expand Down