fix coinbase spend after 10080 & seg fault
This commit is contained in:
@@ -394,7 +394,7 @@ const CScript &CCoinsViewCache::GetSpendFor(const CCoins *coins, const CTxIn& in
|
||||
return LaunchMap().lmap[hc];
|
||||
}
|
||||
}
|
||||
else return coins->vout[input.prevout.n].scriptPubKey;
|
||||
return coins->vout[input.prevout.n].scriptPubKey;
|
||||
}
|
||||
|
||||
const CScript &CCoinsViewCache::GetSpendFor(const CTxIn& input) const
|
||||
|
||||
Reference in New Issue
Block a user