Files
bitcoin/src/wallet/test
David Gumberg f0a046094e scripted-diff: refactor: CWallet::LoadWallet->PopulateWalletFromDB
There are too many functions in CWallet with names like "Load" and
"Create", disambiguate what CWallet::LoadWallet does by renaming it to
PopulateWalletFromDB.

-BEGIN VERIFY SCRIPT-
sed -i 's|\bLoadWallet()|PopulateWalletFromDB()|g' $(git grep -l 'LoadWallet()' -- ':(exclude)src/wallet/walletdb.cpp')
-END VERIFY SCRIPT-
2026-01-15 18:04:21 -08:00
..
2025-08-19 14:49:37 -07:00
2025-05-19 16:40:33 +01:00
2023-11-21 13:15:44 +00:00
2025-08-19 14:49:37 -07:00
2025-05-06 16:53:16 -07:00