Remove CKeyStore and squash into CBasicKeyStore

This commit is contained in:
Andrew Chow
2019-06-06 16:31:31 +02:00
parent 1b699a5083
commit c7797ec655
8 changed files with 30 additions and 51 deletions

View File

@@ -44,7 +44,7 @@ std::vector<CTxDestination> GetAllDestinationsForKey(const CPubKey& key);
* This function will automatically add the script (and any other
* necessary scripts) to the keystore.
*/
CTxDestination AddAndGetDestinationForScript(CKeyStore& keystore, const CScript& script, OutputType);
CTxDestination AddAndGetDestinationForScript(CBasicKeyStore& keystore, const CScript& script, OutputType);
#endif // BITCOIN_OUTPUTTYPE_H