Update bitcoin address numbers for latest luke-jr/sipa scheme

This commit is contained in:
Gavin Andresen
2011-12-16 18:03:48 -05:00
parent be237c119e
commit 9e470585b3
3 changed files with 25 additions and 12 deletions

View File

@@ -902,7 +902,7 @@ bool CTransaction::FetchInputs(CTxDB& txdb, const map<uint256, CTxIndex>& mapTes
{
if (IsCoinBase())
return true; // Coinbase transactions have no inputs to fetch.
for (int i = 0; i < vin.size(); i++)
{
COutPoint prevout = vin[i].prevout;