Skip to content

Commit

Permalink
Push again
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthieu Riou committed Dec 13, 2017
1 parent 65a30ca commit 9a5ee29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homepage/views.py
Expand Up @@ -140,6 +140,7 @@ def coin_overview(request, coin_symbol):
block_representation_list=list(reversed(range(latest_bh-4, latest_bh+1))),
coin_symbol=coin_symbol,
api_key=BLOCKCYPHER_API_KEY)

recent_blocks = sorted(recent_blocks, key=lambda k: k['height'], reverse=True)
fees = get_blockchain_fee_estimates(coin_symbol=coin_symbol, api_key=BLOCKCYPHER_API_KEY)

Expand Down

0 comments on commit 9a5ee29

Please sign in to comment.