Skip to content

Commit

Permalink
fix: add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin committed Aug 1, 2024
1 parent ad577b2 commit 3ac81ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/web3/events_pow.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (s *PowEventChannels) Start(
connectnewPowRoundSub := func() (event.Subscription, error) {
log.Debug().
Str("pow->connect", "newPowRound").
Msgf("")
Msgf("start to watch new pow round")
return sdk.Contracts.Pow.WatchNewPowRound(
&bind.WatchOpts{Start: &blockNumber, Context: ctx},
s.newPowRoundChan,
Expand Down

0 comments on commit 3ac81ab

Please sign in to comment.