1 2017-06-07 11:15:23 <mem0x> https://github.com/bitcoin/bitcoin/blob/d4a42334d447cad48fb3996cad0fd5c945b75571/src/coins.h#L19
2 2017-06-07 11:16:46 <mem0x> from the second example in the comments here I understand how the code '09' in '0109' means the following two bytes will make up the unspent bitvector
3 2017-06-07 11:17:33 <mem0x> but in the blockchain database I find for example '01801a', what's the bitvector length in that case?
4 2017-06-07 11:21:12 <mem0x> is 80 treated at the first digit in a variable integer in that case?
5 2017-06-07 14:28:01 <rael_wiki> hello, is there a way of validating a bitcoin transaction without sending it? Of course, the sendrawtransaction command validates it before sending it but I would like to only perform the validation without the actual send. Is that possible in any way?