diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-12-08 20:39:26 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-12-08 21:29:28 +0200 |
commit | ebb117c7b6b0bf04afc169e93db71b1d87becaeb (patch) | |
tree | 567bac1d893e76d4b4ebb19d69ef0961bdc9da0b /src/wallet/wallet2.h | |
parent | Merge pull request #183 (diff) | |
parent | wallet JSON update for non-deterministic wallet data (diff) | |
download | monero-ebb117c7b6b0bf04afc169e93db71b1d87becaeb.tar.xz |
Merge pull request #196
f9822c4 wallet JSON update for non-deterministic wallet data (warptangent)
4c6230d Checking and handling for deterministic vs non-deterministic wallet (warptangent)
1beedb9 Extract check for deterministic keys to wallet2::is_deterministic() (warptangent)
359ede3 indentation (warptangent)
2290eff replace lines with call to recently added print_seed() (warptangent)
Diffstat (limited to 'src/wallet/wallet2.h')
-rw-r--r-- | src/wallet/wallet2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wallet/wallet2.h b/src/wallet/wallet2.h index bcd7ce6f7..f22c5d79d 100644 --- a/src/wallet/wallet2.h +++ b/src/wallet/wallet2.h @@ -168,6 +168,10 @@ namespace tools i_wallet2_callback* callback() const { return m_callback; } void callback(i_wallet2_callback* callback) { m_callback = callback; } + /*! + * \brief Checks if deterministic wallet + */ + bool is_deterministic(); bool get_seed(std::string& electrum_words); /*! * \brief Gets the seed language |