Skip to content

Commit

Permalink
Regenerated template content for contract bindings
Browse files Browse the repository at this point in the history
Forgot to regenerate the template for the previous commit with a minor
change about formatting string.
  • Loading branch information
pdyraga committed Jan 27, 2021
1 parent 64cab83 commit c6adefd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func ({{$contract.ShortVar}} *{{$contract.Class}}) Watch{{$event.CapsName}}(
thresholdViolatedFn := func(elapsed time.Duration) {
{{$logger}}.Errorf(
"subscription to event {{$event.CapsName}} had to be "+
"retried [%v] since the last attempt; please inspect "+
"retried [%s] since the last attempt; please inspect "+
"Ethereum connectivity",
elapsed,
)
Expand Down

0 comments on commit c6adefd

Please sign in to comment.