mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
reduce BSQ fee estimation constant for segwit
This commit is contained in:
parent
f267b60c1f
commit
5bfbac7191
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class TxFeeEstimationService {
|
|||
public static int TYPICAL_TX_WITH_1_INPUT_VSIZE = 175;
|
||||
private static int DEPOSIT_TX_VSIZE = 233;
|
||||
|
||||
private static int BSQ_INPUT_INCREASE = 150;
|
||||
private static int BSQ_INPUT_INCREASE = 65;
|
||||
private static int MAX_ITERATIONS = 10;
|
||||
|
||||
private final FeeService feeService;
|
||||
|
|
Loading…
Add table
Reference in a new issue