reduce BSQ fee estimation constant for segwit

This commit is contained in:
jmacxx 2021-04-29 14:20:28 -05:00
parent f267b60c1f
commit 5bfbac7191
No known key found for this signature in database
GPG key ID: 155297BABFE94A1B

View file

@ -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;