aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet2_api.h
diff options
context:
space:
mode:
author= <=>2017-01-22 23:02:01 +0100
committer= <=>2017-01-22 23:02:01 +0100
commite92c4fff1a1f3e286eec08f714a3b2116bb7b829 (patch)
tree2ce93688168df0431a0e01583b69db8f5307220a /src/wallet/wallet2_api.h
parentMerge pull request #1608 (diff)
downloadmonero-e92c4fff1a1f3e286eec08f714a3b2116bb7b829.tar.xz
Wallet api: testnet getter
Diffstat (limited to 'src/wallet/wallet2_api.h')
-rw-r--r--src/wallet/wallet2_api.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/wallet2_api.h b/src/wallet/wallet2_api.h
index 78caddc0b..6cabcd849 100644
--- a/src/wallet/wallet2_api.h
+++ b/src/wallet/wallet2_api.h
@@ -295,6 +295,7 @@ struct Wallet
virtual bool setPassword(const std::string &password) = 0;
virtual std::string address() const = 0;
virtual std::string path() const = 0;
+ virtual bool testnet() const = 0;
/*!
* \brief integratedAddress - returns integrated address for current wallet address and given payment_id.