send custom commands to daemon

+ status button
requires #1618
This commit is contained in:
Jaquee
2017-01-22 23:04:46 +01:00
parent 2e925b530b
commit ef1d7f92f7
8 changed files with 221 additions and 19 deletions

View File

@@ -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