| 281 | } |
| 282 | |
| 283 | bool LegacyDataSPKM::LoadKey(const CKey& key, const CPubKey &pubkey) |
| 284 | { |
| 285 | return AddKeyPubKeyInner(key, pubkey); |
| 286 | } |
| 287 | |
| 288 | bool LegacyDataSPKM::LoadCScript(const CScript& redeemScript) |
| 289 | { |
no outgoing calls
no test coverage detected