bitcoin/src/primitives
Ava Chow 27e70f1f5b consensus: Store transaction nVersion as uint32_t
Given that the use of a transaction's nVersion is always as an unsigned
int, it doesn't make sense to store it as signed and then cast it to
unsigned.
2024-06-07 12:40:21 -04:00
..
block.cpp Drop CHashWriter 2023-11-14 08:45:32 +10:00
block.h [validation] Cache merkle root and witness commitment checks 2024-02-27 14:19:15 +00:00
transaction.cpp consensus: Store transaction nVersion as uint32_t 2024-06-07 12:40:21 -04:00
transaction.h consensus: Store transaction nVersion as uint32_t 2024-06-07 12:40:21 -04:00