diff options
| author | Pieter Wuille <[email protected]> | 2012-02-18 15:02:36 +0100 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-02-18 15:42:38 +0100 |
| commit | 9976cf070fdda61afa30cd65ef5bcddad4f43e81 (patch) | |
| tree | 79b6434a7ab3303a6c4fb3c03769272c0ff3a47a /src/keystore.h | |
| parent | Add SetMinVersion to CWallet (diff) | |
| download | discoin-9976cf070fdda61afa30cd65ef5bcddad4f43e81.tar.xz discoin-9976cf070fdda61afa30cd65ef5bcddad4f43e81.zip | |
Move GenerateNewKey back to CWallet
Diffstat (limited to 'src/keystore.h')
| -rw-r--r-- | src/keystore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keystore.h b/src/keystore.h index 7eea02def..6757834bd 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<unsigned char> GenerateNewKey(); virtual bool GetSecret(const CBitcoinAddress &address, CSecret& vchSecret, bool &fCompressed) const { CKey key; |