bench: replace CreateMockableWalletDatabase with MakeInMemoryWalletDatabase
This commit is a small internal cleanup in Bitcoin Core's benchmark code. It swaps a test-only mock wallet database helper for a real in-memory SQLite database helper in five benchmark files. There is no change to production wallet code, n…
7508ac31by Pablo Martin+12−85 files