Skip to content

Commit 1ea1847

Browse files
Vladislav VolkovJacobPlaster
Vladislav Volkov
authored andcommitted
add aff_code to fix problem with RESTv2 work
1 parent 5755b00 commit 1ea1847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rest/v2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Bitfinex
1414
class RESTv2
1515
attr_accessor :api_endpoint, :debug, :debug_connection, :api_version
1616
attr_accessor :rest_timeout, :rest_open_timeout, :proxy
17-
attr_accessor :api_key, :api_secret
17+
attr_accessor :api_key, :api_secret, :aff_code
1818

1919
include Bitfinex::RESTClient
2020
include Bitfinex::RESTv2Margin

0 commit comments

Comments
 (0)