Fix locking in GetTransaction.
GetTransaction needs to lock cs_main until ReadBlockFromDisk completes, the data inside CBlockIndex's can change since pruning. This lock was held by all calls to GetTransaction except rest_tx.
Fix locking in GetTransaction. 131c23d02733Unpublished Tags None Subscribers None
Description
Details
|