Skip to content

Commit

Permalink
add aff_code to fix problem with RESTv2 work
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Volkov authored and JacobPlaster committed Jan 29, 2020
1 parent 5755b00 commit 1ea1847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rest/v2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Bitfinex
class RESTv2
attr_accessor :api_endpoint, :debug, :debug_connection, :api_version
attr_accessor :rest_timeout, :rest_open_timeout, :proxy
attr_accessor :api_key, :api_secret
attr_accessor :api_key, :api_secret, :aff_code

include Bitfinex::RESTClient
include Bitfinex::RESTv2Margin
Expand Down

0 comments on commit 1ea1847

Please sign in to comment.