[bisq-network/bisq] reduce BSQ fee estimation constant for segwit (#5450)

jmacxx notifications at github.com
Fri Apr 30 14:43:58 CEST 2021


@jmacxx commented on this pull request.



> @@ -58,7 +58,7 @@
     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;

Unfortunately the Bisq code which does fee estimation has no visibility into the utxo being used.  BitcoinJ is used for that and it also has no visibility into the BSQ side of things, hence that constant `BSQ_INPUT_INCREASE`. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5450#discussion_r623847509
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210430/8f4134c1/attachment.htm>


More information about the bisq-github mailing list