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

Commit

Permalink
feat(prover): update proof submission logs (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Jun 5, 2023
1 parent 2cfcf81 commit ea87f7f
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ea87f7f

Please sign in to comment.