wizardsardine / liana

The missing safety net for your coins
https://wizardsardine.com/liana
BSD 3-Clause "New" or "Revised" License
307 stars 54 forks source link

Mismatch between feerate display #1287

Open pythcoiner opened 2 weeks ago

pythcoiner commented 2 weeks ago

i got different sats/vb display depending on which panel i display the same tx: image

image

(123 vs 143)

darosior commented 2 weeks ago

One is the estimate, using the worst case value. The other is what actually ended up onchain (which is never the worst case).

One way of not having the discrepancy would be to show the real value after the transaction is fully signed. Can we detect it? I don't think we store the PSBT with the final_witness field, we just reconstruct it on the fly when broadcasting.

-------- Original Message -------- On 9/7/24 7:24 AM, pythcoiner wrote:

i got different sats/vb display depending on which panel i display the same tx: image.png (view on web)

image.png (view on web)

(123 vs 143)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>