mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
Remove unused variable
This commit is contained in:
parent
2f5d380943
commit
04f38adf73
@ -46,7 +46,6 @@ struct AddressTablePriv
|
||||
{
|
||||
const CBitcoinAddress& address = item.first;
|
||||
const std::string& strName = item.second;
|
||||
uint160 hash160;
|
||||
bool fMine = wallet->HaveKey(address);
|
||||
cachedAddressTable.append(AddressTableEntry(fMine ? AddressTableEntry::Receiving : AddressTableEntry::Sending,
|
||||
QString::fromStdString(strName),
|
||||
|
Loading…
Reference in New Issue
Block a user