mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fix warnings: unused variable 'XX' [-Wunused-variable]
This commit is contained in:
parent
76d8170ce8
commit
11cd416525
4 changed files with 15 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue