novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Double spend handling needs work #439

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Other than issue 186 (deaths/resurrections are not recursive), double spend 
handling has other problems. If a tx double spends multiple outputs in the 
wallet simultaneously, then all of them will be correctly disconnected but only 
the first will be reconnected, leaving the total balance to be higher than it 
actually should be. We should attempt to reconnect all inputs of a killing tx.

Original issue reported on code.google.com by hearn@google.com on 15 Aug 2013 at 12:59

GoogleCodeExporter commented 9 years ago
This issue was closed by revision c11456c9f4dc.

Original comment by hearn@google.com on 17 Nov 2013 at 11:17