Skip to content

Commit

Permalink
Bitfinex: Correct comment about R0 OB
Browse files Browse the repository at this point in the history
  • Loading branch information
gbjk committed Jul 27, 2024
1 parent 1c1c8c7 commit 04df6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchanges/bitfinex/bitfinex_websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -2143,7 +2143,7 @@ func validateCRC32(book *orderbook.Base, token int) error {
reOrderByID(book.Bids)
reOrderByID(book.Asks)

// RO precision calculation is based on order ID's and amount values
// R0 precision calculation is based on order ID's and amount values
var bids, asks []orderbook.Tranche
for i := 0; i < 25; i++ {
if i < len(book.Bids) {
Expand Down

0 comments on commit 04df6d9

Please sign in to comment.