Skip to content

Commit

Permalink
Update dot/parachain/prospective-parachains/prospective-parachains.go
Browse files Browse the repository at this point in the history
Co-authored-by: Eclésio Junior <[email protected]>
  • Loading branch information
rebonat0 and EclesioMeloJunior authored Dec 3, 2024
1 parent a4e8f34 commit d344eb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func HandleIntroduceSecondedCandidate(
hash, err := candidate.Hash()

if err != nil {
logger.Tracef("Failed to get candidate hash: %s", err.Error())
logger.Tracef("hashing candidate: %s", err.Error())
response <- false
return
}
Expand Down

0 comments on commit d344eb5

Please sign in to comment.