mirror of
https://github.com/monero-project/monero.git
synced 2025-10-12 22:30:41 -04:00
Wallet api: testnet getter
This commit is contained in:
parent
daf66621dc
commit
e92c4fff1a
2 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue