3
2
The debug.log for my machine lists the following information while synching
ERROR: FetchInputs() : 5b5e32cc97 mempool Tx prev not found e99babf87a
stored orphan tx 5b5e32cc97 (mapsz 414)
received: tx (227 bytes)
ERROR: FetchInputs() : 93ce7eee97 mempool Tx prev not found 8d56e0b192
stored orphan tx 93ce7eee97 (mapsz 415)
received: tx (259 bytes)
ERROR: FetchInputs() : 7baab3c99a mempool Tx prev not found 2ca8483584
stored orphan tx 7baab3c99a (mapsz 416)
sending: addr (181 bytes)
Flushing wallet.dat
Flushed 12367 addresses to peers.dat 62ms
Flushed wallet.dat 5335ms
Is it correct to say that the orphaned transactions were added to the chain, but was replaced by another block?
Are orphaned transactions replicated to my client when I download the chain?
How can I tell if the orphaned tx ever made it into a block? (would the # stay the same?)
What is a
mapszand when is it important?