2
I'm having a tough time understanding what exactly WTXID is and what it means when WTXID and TXID are the same (and vica versa).
What I understand is that WTXID includes the witness data. Since non-segwit transactions do not have the witness segregated, their WTXID should be the same as the TXID. Is that correct?
Thank you. By the way, do you know what RPC command I can use to get the inputs and outputs of transactions returned by getrawmempool? – Tzadiko – 2019-06-16T00:39:13.320
getrawtransactioncan give you the full details of a transaction. – Andrew Chow – 2019-06-16T01:50:58.910