diff options
| author | Andrew Chow <[email protected]> | 2020-06-17 12:30:37 -0400 |
|---|---|---|
| committer | Andrew Chow <[email protected]> | 2020-06-17 14:12:41 -0400 |
| commit | d6045d0ac615b5984b72e83cb25aa8a245a177a0 (patch) | |
| tree | 98d82380300075eb35932f4080d482d2d057557c /src/httpserver.cpp | |
| parent | Add Create*WalletDatabase functions (diff) | |
| download | discoin-d6045d0ac615b5984b72e83cb25aa8a245a177a0.tar.xz discoin-d6045d0ac615b5984b72e83cb25aa8a245a177a0.zip | |
scripted-diff: Replace WalletDatabase::Create* with CreateWalletDatabase
-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("`
-END VERIFY SCRIPT-
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions