FYI<br>It&#39;s in a disabled feature (replacement), so I&#39;m not sure how important this is, but it doesn&#39;t look good.<br><div class="gmail_quote"><br><div class="gmail_quote">---------- Forwarded message ----------<br>
From: <b class="gmail_sendername">Dean Gores</b> <span dir="ltr">&lt;<a href="mailto:dmgores@gmail.com" target="_blank">dmgores@gmail.com</a>&gt;</span><br>Date: Sun, Oct 23, 2011 at 11:15 AM<br>
Subject: bitcoin scope issue in main.cpp<br>To: <a href="mailto:laanwj@gmail.com" target="_blank">laanwj@gmail.com</a><br><br><br>You have &quot;i&quot; and &quot;output&quot; declared in the same scope in &quot;main.cpp&quot;,<br>

AcceptToMemoryPool.  Below is the offending code.<br>
<br>
            for (int i = 0; i &lt; vin.size(); i++)<br>
            {<br>
                COutPoint outpoint = vin[i].prevout;<br>
                if (!mapNextTx.count(outpoint) ||<br>
mapNextTx[outpoint].ptx != ptxOld)<br>
                    return false;<br>
            }<br>
<br>
<br>
Cheers,<br>
<font color="#888888">Dean Gores<br>
</font></div><br>
</div><br>