Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larscom committed Aug 31, 2024
1 parent 7f3d582 commit 2a4de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
log.Printf("Subscribing to %d markets\n", len(tradingMarkets))
<-time.After(time.Second * 2)

listener := bitvavo.NewTicker24hListener(bitvavo.WithWebSocketDefaultDebugPrinter())
listener := bitvavo.NewTickerListener()
defer func() {
_ = listener.Close()
}()
Expand Down

0 comments on commit 2a4de85

Please sign in to comment.