Skip to content

Commit 4f64a87

Browse files
author
face
authored
Merge pull request #84 from clr-xdat/patch-1
Syntax error fix
2 parents 04ba44b + 80d6fa3 commit 4f64a87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ client = Bitfinex::WSv2.new({
4848
:api_secret => ENV['API_SECRET'],
4949
:transform => true, # provide models as event data instead of arrays
5050
:seq_audit => true, # enable and audit sequence numbers
51-
:manage_order_books => true # allows for OB checksum verification
52-
:checksum_audit => true, # enables OB checksum verification (needs manage_order_books)
51+
:manage_order_books => true, # allows for OB checksum verification
52+
:checksum_audit => true # enables OB checksum verification (needs manage_order_books)
5353
})
5454

5555
client.on(:open) do

0 commit comments

Comments
 (0)