Remove unused variable

This commit is contained in:
Wladimir J. van der Laan 2011-07-30 18:48:05 +02:00
parent 2f5d380943
commit 04f38adf73
1 changed files with 0 additions and 1 deletions

View File

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