Files
bitcoin/src/wallet/test
Ava Chow 1d1ae6f0c4 wallet, test: Remove DuplicateMockDatabase
DuplicateMockDatabase is no longer used. Furthermore, as SQLite gets
used more as a database and less as a key value store, this function
gets more complicated and more bug prone. As the benchmarks now run
equivalently quickly with a real database, retaining this duplication
function is no longer necessary.
2026-04-29 14:55:21 -07:00
..