From 9976cf070fdda61afa30cd65ef5bcddad4f43e81 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Sat, 18 Feb 2012 15:02:36 +0100 Subject: Move GenerateNewKey back to CWallet --- src/wallet.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/wallet.h') diff --git a/src/wallet.h b/src/wallet.h index 622ff974b9..fea3297788 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -66,6 +66,8 @@ public: std::vector vchDefaultKey; // keystore implementation + // Generate a new key + std::vector GenerateNewKey(); // Adds a key to the store, and saves it to disk. bool AddKey(const CKey& key); // Adds a key to the store, without saving it to disk (used by LoadWallet) -- cgit v1.2.3