aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/api/wallet.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2018-09-21 20:31:04 +0200
committerRiccardo Spagni <ric@spagni.net>2018-09-21 20:31:04 +0200
commit90d1a00c1080876edb629ce86aadc8df023ce05f (patch)
treecfe28c3ad09845eb211e9f18ec9f1535666f2c4f /src/wallet/api/wallet.h
parentMerge pull request #4209 (diff)
parentquery backing device (diff)
downloadmonero-90d1a00c1080876edb629ce86aadc8df023ce05f.tar.xz
Merge pull request #4266
bce474be query backing device (m2049r)
Diffstat (limited to 'src/wallet/api/wallet.h')
-rw-r--r--src/wallet/api/wallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/api/wallet.h b/src/wallet/api/wallet.h
index 2cbfa30d0..e3a300317 100644
--- a/src/wallet/api/wallet.h
+++ b/src/wallet/api/wallet.h
@@ -79,6 +79,7 @@ public:
bool recoverFromDevice(const std::string &path,
const std::string &password,
const std::string &device_name);
+ Device getDeviceType() const;
bool close(bool store = true);
std::string seed() const override;
std::string getSeedLanguage() const override;