Page MenuHomePhabricator

walletdb: refactor Read, Write, Erase, and Exists into non-template func
ClosedPublic

Authored by PiRK on Jun 1 2021, 15:29.

Details

Summary

In order to override these later, the specific details of how the Read,
Write, Erase, and Exists functions interact with the actual database
file need to go into functions that are not templated.

This is a backport of core#19292

Test Plan

ninja all check-all