aboutsummaryrefslogtreecommitdiff
path: root/SECURITY.md
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2022-12-12 15:58:51 -0500
committerAndrew Chow <github@achow101.com>2023-05-03 10:45:10 -0400
commitf0eecf5e408238c64b77b0a4974ba2b9edb17487 (patch)
treee370f914f223c6729f568d29b647f1c6662c97fb /SECURITY.md
parent075962bc25a90661612fe4613cd50ea1cae21f52 (diff)
scripted-diff: Replace CreateMockWalletDB with CreateMockableWalletDB
Since we have a mockable wallet database, we don't really need to be using BDB or SQLite's in-memory database capabilities. It doesn't really help us to be using those as we aren't doing anything that requires one type of db over the other, and will just prefer SQLite if it's available. MockableDatabase is suitable for these uses, so use CreateMockableWalletDatabase to use that. -BEGIN VERIFY SCRIPT- sed -i "s/CreateMockWalletDatabase(options)/CreateMockableWalletDatabase()/" $(git grep -l "CreateMockWalletDatabase(options)" -- ":(exclude)src/wallet/walletdb.*") sed -i "s/CreateMockWalletDatabase/CreateMockableWalletDatabase/" $(git grep -l "CreateMockWalletDatabase" -- ":(exclude)src/wallet/walletdb.*") -END VERIFY SCRIPT-
Diffstat (limited to 'SECURITY.md')
0 files changed, 0 insertions, 0 deletions