Skip to content

Commit

Permalink
remove @0ms because its not a valid update speed per binance docs
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin authored and sergiu128 committed May 3, 2024
1 parent 5ba3c3d commit 019d280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/binance/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var subscriptionMessage = []byte(
{
"id": 1,
"method": "SUBSCRIBE",
"params": [ "bnbbtc@depth@0ms" ]
"params": [ "bnbbtc@depth" ]
}
`)

Expand Down

0 comments on commit 019d280

Please sign in to comment.