We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd12aa1 commit 80d6fa3Copy full SHA for 80d6fa3
README.md
@@ -49,7 +49,7 @@ client = Bitfinex::WSv2.new({
49
:transform => true, # provide models as event data instead of arrays
50
: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)
+ :checksum_audit => true # enables OB checksum verification (needs manage_order_books)
53
})
54
55
client.on(:open) do
0 commit comments