Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Dec 1, 2023
1 parent ee43651 commit c2afcdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
go-test:
uses: pl-strflt/uci/.github/workflows/go-test.yml@v0.0
with:
go-versions: '["this", "next"]'
go-versions: '["this"]'
2 changes: 1 addition & 1 deletion listeneth.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func doListenEth(cc *cli.Context) error {
case eth.BeaconBlockTopicBase:
msgHandler = ethMsgHandler.BeaconBlockMessageHandler
default:
slog.Error("untraceable gossipsub topic", "topic", top)
slog.Error("no handler defined for gossipsub topic", "topic", top)
continue
}
topic := eth.ComposeTopic(forkDigest, top)
Expand Down

0 comments on commit c2afcdb

Please sign in to comment.