Post
Topic
Board Development & Technical Discussion
Topic OP
what dose CTxWitness use for?
by
lovecodelc
on 08/10/2016, 02:42:45 UTC
Bitcoin Core code defines class data type "CTransaction", i see it has a data member:CTxWitness, what dose CTxWitness use for?
and it has a data member:const uint256 hash /** Memory only. */, it means if a transaction in mempool, it has this data member:hash?
or if on disk, it has no data member:hash?

thank you.