mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-10 09:12:45 +01:00
Enhanced efficiency and readability of CCoinsViewCache::FetchCoin by replacing separate find() and emplace() calls with a single try_emplace(), reducing map lookups and potential insertions.
16 KiB
16 KiB