mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 08:34:43 +08:00
chore: set confidence parameter to 0.9 for bitcoiner.live API
This commit is contained in:
@@ -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"],
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user