chore: set confidence parameter to 0.9 for bitcoiner.live API

This commit is contained in:
Brice Dobry
2024-01-02 15:21:02 -05:00
parent 816d69cd02
commit 2d7f9edcd1

View File

@@ -23,7 +23,7 @@ from sys import argv
FEE_ESTIMATIONS = [
# Bitcoiner Live API
(
'https://bitcoiner.live/api/fees/estimates/latest',
'https://bitcoiner.live/api/fees/estimates/latest?confidence=0.9',
lambda response_json: response_json["estimates"]["30"]["sat_per_vbyte"],
),