Re: [Bitcoin-development] vtxPrev

2011-10-05 Thread Michael Grønager
Oups - I was reading the code wrongly - going through AddSupportingTransactions carefully again... The vtxPrev contains a list of the supporting confirmations up to 3 confirmations back. So it is only of relevance (and only gets filled) if you accept coins that are less than 3 confirmations old

Re: [Bitcoin-development] vtxPrev

2011-10-05 Thread Gregory Maxwell
On Wed, Oct 5, 2011 at 8:31 AM, Michael Grønager wrote: > The vtxPrev stores 3 transactions back, but as transactions need 7 block to > maturity and respendability isn't it overkill - I mean it is highly unlikely > that a transaction gets invalid after 7 confirmations and They don't need 7 bloc