Skip to content

Commit

Permalink
Update coincheck_client.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
yk0817 committed Dec 25, 2017
1 parent ebc573b commit b595502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ruby_coincheck_client/coincheck_client.rb
Expand Up @@ -45,7 +45,7 @@ def read_transactions
request_for_get(uri, headers)
end

def read_page_transactions()
def read_page_transactions
uri = URI.parse @@base_url + "api/exchange/orders/transactions_pagination"
headers = get_signature(uri, @key, @secret)
request_for_get(uri, headers)
Expand Down

0 comments on commit b595502

Please sign in to comment.