Colored-Coins / Colored-Coins-Block-Explorer

An implementation of a full Bitcoin Block Explorer (Parser/API/Sockets) with full Colored-Coins capabilities
17 stars 30 forks source link

transaction has un parsed inputs for over then 1000 tries #13

Open phelps-sg opened 7 years ago

phelps-sg commented 7 years ago

When indexing, from blocks approximately 400000 onwards, I start to see lots of messages like the following.

5/6/2017-8:25:26 - info: (19863) - Fixing blocks 409803-409852 (1 txs).
5/6/2017-8:25:26 - warn: (19863) - transaction 27db3c00bdaaa89d5b3fe3aa8b5f4c4bd98c98287c86e75f9412f23a6e4286af has un parsed inputs ( [ 'faf3bde14c1d24aebb8f2072f814a82d5ad8209cfc56c35811b3e6c0c02183b0:2' ] ) for over then 1000 tries.

Is this expected behaviour?