fix warnings: unused variable 'XX' [-Wunused-variable]

This commit is contained in:
Wladimir J. van der Laan
2012-04-15 12:53:14 +02:00
committed by Luke Dashjr
parent 7c3db2129e
commit 0aa0bb1ead
4 changed files with 15 additions and 8 deletions

View File

@@ -1443,7 +1443,6 @@ bool ExtractAddresses(const CScript& scriptPubKey, txnouttype& typeRet, vector<C
if (typeRet == TX_MULTISIG)
{
nRequiredRet = vSolutions.front()[0];
int n = vSolutions.back()[0];
for (int i = 1; i < vSolutions.size()-1; i++)
{
CBitcoinAddress address;