Skip to content

Commit

Permalink
Fix typo in default parameter for lending_history
Browse files Browse the repository at this point in the history
  • Loading branch information
ngiger committed Apr 5, 2017
1 parent 9d40c38 commit d8ecc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/poloniex.rb
Expand Up @@ -46,8 +46,8 @@ def self.active_loans
def self.balances
post 'returnBalances'
end
def self.lending_history( start = 0, end_time = Time.now_to_i )

def self.lending_history( start = 0, end_time = Time.now.to_i )
post 'returnLendingHistory', start: start, :end => end_time
end

Expand Down

0 comments on commit d8ecc8d

Please sign in to comment.