< meshcollider>
does it still need to be implemented or just reviewed
< bitcoin-git>
[bitcoin] achow101 opened pull request #11169: [GUI] Make tabs toolbar no longer have a context menu (master...rm-hide-tabs) https://github.com/bitcoin/bitcoin/pull/11169
< bitcoin-git>
[bitcoin] rawodb opened pull request #11170: Add label support to "addwitnessaddress" (master...pr/rpc_addwitnessaddress) https://github.com/bitcoin/bitcoin/pull/11170
< RK_>
Z
< Guest68832>
I just sent a tx with 0.15rc2 and used a custom fee of 0.00021234 BTC per kB (= 21.234 sat/Byte), but blockexplorers show me a fee of 14.321 sat/Byte now... what's wrong here?
< morcos>
Guest68832: It's a segwit transaction, so you paid 21.234 sat/byte of _virtual size_ which is really the only thing that matters. the fact that it is 14.321 sat/B of actual on-wire size is irrelevant
< morcos>
the consensus limit is virtual size (just weight / 4) and the mining algorithm prioritizes by fee per virtual size
< modi>
JOIN
< Guest68832>
Thanks morcos. Is there a block explorer that shows sat/byte of virtual size for segwit tx?
< morcos>
Guest60956: I've noticed that blockchain.info has something called "fee / weight unit" which you can see is 1/4 of your 21.234
< morcos>
weight unit probably makes more sense than virtual size, but virtual size exists to keep things backwards compatible. a non segwit tx has virtual size = actual size