wallet: remove orphaned GetAffectedKeys declaration

The definition of GetAffectedKeys() and its only caller were removed in
83af1a3cca ("wallet: Delete LegacySPKM"), but the declaration in
scriptpubkeyman.h was left behind. The symbol has had no definition and
no callers since then, so drop the leftover declaration.
This commit is contained in:
Laxman Acharya
2026-08-12 10:54:00 +05:45
parent dec68f997e
commit d194be69d6

View File

@@ -63,8 +63,6 @@ inline constexpr int64_t UNKNOWN_TIME = std::numeric_limits<int64_t>::max();
//! Default for -keypool
inline constexpr unsigned int DEFAULT_KEYPOOL_SIZE = 1000;
std::vector<CKeyID> GetAffectedKeys(const CScript& spk, const SigningProvider& provider);
struct WalletDestination
{
CTxDestination dest;