aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/test/db_tests.cpp
diff options
context:
space:
mode:
authorRyan Ofsky <ryan@ofsky.org>2024-03-25 18:44:23 -0400
committerRyan Ofsky <ryan@ofsky.org>2024-04-25 16:08:24 -0400
commit6a8b2befeab25e4e92d8e947a23e78014695e06c (patch)
tree96ec945314aa23726bcac64ea035f6e16962a750 /src/wallet/test/db_tests.cpp
parent834f65e82405bbed336f98996bc8cef366bbed0f (diff)
downloadbitcoin-6a8b2befeab25e4e92d8e947a23e78014695e06c.tar.xz
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.
Diffstat (limited to 'src/wallet/test/db_tests.cpp')
0 files changed, 0 insertions, 0 deletions