Files
bitcoin/src/wallet/test
Ryan Ofsky 6a8b2befea refactor: Avoid copying util::Result values
Copying util::Result values is less efficient than moving them because they
allocate memory and contain strings. Also this is needed to avoid compile
errors in https://github.com/bitcoin/bitcoin/pull/25722 which adds a
std::unique_ptr member to util::Result which implicity disables copying.
2024-04-25 16:08:24 -04:00
..
2023-11-21 13:15:44 +00:00
2024-02-15 14:37:01 +01:00
2023-11-30 11:27:54 +01:00