Code cleanup

This commit is contained in:
SChernykh
2022-04-07 19:11:20 +02:00
parent 9e287ab4f0
commit 93cd9a659a
4 changed files with 16 additions and 16 deletions

View File

@@ -84,10 +84,6 @@ Wallet::Wallet(const char* address) : m_prefix(0), m_checksum(0), m_type(Network
decode(address);
}
Wallet::~Wallet()
{
}
Wallet::Wallet(const Wallet& w)
{
operator=(w);