X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fkeystore.h;h=6757834bd889c231fe3bc0c2e2279fac03a2a934;hb=9976cf070fdda61afa30cd65ef5bcddad4f43e81;hp=7eea02def3291b42df26cb74e15cbcfb6c72c619;hpb=0b807a417f4a15f3e37ae35e70a72e6169f01c02;p=novacoin.git diff --git a/src/keystore.h b/src/keystore.h index 7eea02d..6757834 100644 --- a/src/keystore.h +++ b/src/keystore.h @@ -29,8 +29,6 @@ public: virtual bool HaveCScript(const uint160 &hash) const =0; virtual bool GetCScript(const uint160 &hash, CScript& redeemScriptOut) const =0; - // Generate a new key, and add it to the store - virtual std::vector GenerateNewKey(); virtual bool GetSecret(const CBitcoinAddress &address, CSecret& vchSecret, bool &fCompressed) const { CKey key;