| 975 | } |
| 976 | |
| 977 | void LegacyScriptPubKeyMan::AddInactiveHDChain(const CHDChain& chain) |
| 978 | { |
| 979 | LOCK(cs_KeyStore); |
| 980 | assert(!chain.seed_id.IsNull()); |
| 981 | m_inactive_hd_chains[chain.seed_id] = chain; |
| 982 | } |
| 983 | |
| 984 | bool LegacyScriptPubKeyMan::HaveKey(const CKeyID &address) const |
| 985 | { |