mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-12 05:32:22 +02:00
02de12b1e6wallet: remove remaining LegacyScriptPubKeyMan references (Laxman Acharya)d194be69d6wallet: remove orphaned GetAffectedKeys declaration (Laxman Acharya) Pull request description: Follow-up to #28710, which removed `GetAffectedKeys()` and `LegacyScriptPubKeyMan` but left their declarations behind. Remove both orphaned declarations, rename `SetupLegacyScriptPubKeyMan()` to `SetupLegacyDataSPKM()`, and update related comments and logging to reflect the minimal `LegacyDataSPKM` retained for legacy wallet loading and migration. ## Testing ```bash cmake --build build --target bitcoin_wallet -j 8 cmake --build build --target test_bitcoin -j 8 build/bin/test_bitcoin --run_test=scriptpubkeyman_tests,walletdb_tests,wallet_tests --catch_system_errors=no --log_level=error ``` ACKs for top commit: achow101: ACK02de12b1e6polespinasa: ACK02de12b1e6Tree-SHA512: 0d340291c969f013fd6ec55158f6797d4a1478ff7a819c2d250d1b3f345131db99a8b7b4b3ff0da1fa0e06182701abed31dcd317f8ef12c81837c1aed57b21a5