mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-08 22:47:26 -04:00
@@ -98,6 +98,11 @@ Wallet::Status Wallet::status() const
|
||||
return static_cast<Status>(m_walletImpl->status());
|
||||
}
|
||||
|
||||
bool Wallet::testnet() const
|
||||
{
|
||||
return m_walletImpl->testnet();
|
||||
}
|
||||
|
||||
Wallet::ConnectionStatus Wallet::connected() const
|
||||
{
|
||||
// cache connection status
|
||||
|
||||
Reference in New Issue
Block a user