Skip to content

Commit

Permalink
Change fee provider (#155)
Browse files Browse the repository at this point in the history
Change the fee provider to mempool.space
  • Loading branch information
NateNate60 committed Dec 2, 2021
1 parent f6cd77b commit 01681ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bit/network/fees.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DEFAULT_FEE_FAST = 72
DEFAULT_FEE_HOUR = 62
DEFAULT_CACHE_TIME = 60 * 10
URL = 'https://bitcoinfees.earn.com/api/v1/fees/recommended'
URL = 'https://mempool.space/api/v1/fees/recommended'


def set_fee_cache_time(seconds):
Expand Down

0 comments on commit 01681ce

Please sign in to comment.