Skip to content

Commit

Permalink
Update BTC fee-priority request parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-the-crazy committed Dec 6, 2019
1 parent 90c4131 commit db55b0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ class BtcCoreProvider(private val providerConfig: FeeProviderConfig) : IFeeRateP

private val logger = Logger.getLogger("BtcCoreProvider")

private val LOW_PRIORITY_BLOCKS = 10;
private val MEDIUM_PRIORITY_BLOCKS = 5;
private val LOW_PRIORITY_BLOCKS = 100;
private val MEDIUM_PRIORITY_BLOCKS = 10;
private val HIGH_PRIORITY_BLOCKS = 1;


Expand Down

0 comments on commit db55b0c

Please # to comment.