mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 13:42:10 +02:00
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.