Wallet api: testnet getter

This commit is contained in:
= 2017-01-22 23:02:01 +01:00
parent daf66621dc
commit e92c4fff1a
No known key found for this signature in database
GPG key ID: 384E52B09F45DC39
2 changed files with 2 additions and 0 deletions

View file

@ -94,6 +94,7 @@ public:
void setRecoveringFromSeed(bool recoveringFromSeed);
bool watchOnly() const;
bool rescanSpent();
bool testnet() const {return m_wallet->testnet();}
PendingTransaction * createTransaction(const std::string &dst_addr, const std::string &payment_id,