-BEGIN VERIFY SCRIPT- sed -i -e 's/WalletDatabase::Create(/CreateWalletDatabase(/g' `git grep -l "WalletDatabase::Create("` sed -i -e 's/WalletDatabase::CreateDummy(/CreateDummyWalletDatabase(/g' `git grep -l "WalletDatabase::CreateDummy("` sed -i -e 's/WalletDatabase::CreateMock(/CreateMockWalletDatabase(/g' `git grep -l "WalletDatabase::CreateMock("` arc lint -END VERIFY SCRIPT-
This is a partial backport of core#19310 [2/3]
Can be compared with https://github.com/bitcoin/bitcoin/pull/19310/commits/d6045d0ac615b5984b72e83cb25aa8a245a177a0
Backport note: I ran the script rather than cherry-picking the commit.
Depends on D9619