diff options
| author | Alex Morcos <[email protected]> | 2015-09-17 17:43:34 -0400 |
|---|---|---|
| committer | Alex Morcos <[email protected]> | 2015-09-17 20:26:28 -0400 |
| commit | 131c23d02733c547975844226c1fe0dd4c87211c (patch) | |
| tree | d1673e355f6c0eb43ff25e279066b24af3f001cf /src/script/script.cpp | |
| parent | Temporarily disable ZMQ tests in bitcoin test suite (diff) | |
| download | discoin-131c23d02733c547975844226c1fe0dd4c87211c.tar.xz discoin-131c23d02733c547975844226c1fe0dd4c87211c.zip | |
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.
Diffstat (limited to 'src/script/script.cpp')
0 files changed, 0 insertions, 0 deletions