novitski / bitcoinj

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

VerificationException with NetworkParameters.unitTests and FullPrunedBlockChain #382

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See the following discussion from the mailing list here:
https://groups.google.com/d/msg/bitcoinj/fH3trX_JTTg/sIMsI5bWe50J

Original issue reported on code.google.com by arekand...@gmail.com on 7 Apr 2013 at 8:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
More debug info:

Caused by: com.google.bitcoin.core.VerificationException: Attempted to spend a 
non-existent or already spent output!
 at com.google.bitcoin.core.FullPrunedBlockChain.connectTransactions (FullPrunedBlockChain.java:144)
    com.google.bitcoin.core.AbstractBlockChain.connectBlock (AbstractBlockChain.java:375)
    com.google.bitcoin.core.AbstractBlockChain.add (AbstractBlockChain.java:343)
    com.google.bitcoin.core.AbstractBlockChain.add (AbstractBlockChain.java:202)

Original comment by arekand...@gmail.com on 7 Apr 2013 at 8:46