Files
bitcoin/src/bench
Alexander Wiederin 950bdb763e bench: Construct CTxOut and COutPoint in a single expression
Replace separate member assignments with construction, using brace
initialization so the size_t to CAmount conversions have to be explicit.
Use uint32_t for the loop index feeding COutPoint::n, which avoids
conversion entirely.
2026-08-21 01:19:19 +02:00
..