Skip to content

Commit

Permalink
Fix: events => ws
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Feb 4, 2024
1 parent eb78d4d commit 8db8fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mempool/tzkt/tzkt.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func NewTzKT(url string, accounts []string, kinds []string) *TzKT {
}
}
return &TzKT{
client: events.NewTzKT(fmt.Sprintf("%s/%s", strings.TrimSuffix(url, "/"), "v1/events")),
client: events.NewTzKT(fmt.Sprintf("%s/%s", strings.TrimSuffix(url, "/"), "v1/ws")),
kinds: tzktKinds,
accounts: accounts,
api: api.New(url),
Expand Down

0 comments on commit 8db8fd5

Please sign in to comment.