Skip to content

Commit

Permalink
Merge pull request #84 from clr-xdat/patch-1
Browse files Browse the repository at this point in the history
Syntax error fix
  • Loading branch information
face authored Jul 7, 2019
2 parents 04ba44b + 80d6fa3 commit 4f64a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ client = Bitfinex::WSv2.new({
:api_secret => ENV['API_SECRET'],
:transform => true, # provide models as event data instead of arrays
:seq_audit => true, # enable and audit sequence numbers
:manage_order_books => true # allows for OB checksum verification
:checksum_audit => true, # enables OB checksum verification (needs manage_order_books)
:manage_order_books => true, # allows for OB checksum verification
:checksum_audit => true # enables OB checksum verification (needs manage_order_books)
})

client.on(:open) do
Expand Down

0 comments on commit 4f64a87

Please sign in to comment.