Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wallet: CWalletDB CDB composition not inheritance
CWalletDB now contains a CDB instead of inheriting from it. This makes it easier to replace the internal transaction with a different database, without leaking through internals.
- Loading branch information