mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-05 01:27:26 -04:00
Stagenet
This commit is contained in:
@@ -102,9 +102,9 @@ Wallet::Status Wallet::status() const
|
||||
return static_cast<Status>(m_walletImpl->status());
|
||||
}
|
||||
|
||||
bool Wallet::testnet() const
|
||||
NetworkType::Type Wallet::nettype() const
|
||||
{
|
||||
return m_walletImpl->testnet();
|
||||
return static_cast<NetworkType::Type>(m_walletImpl->nettype());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user