Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 4696d16ed421fc1ce0fe688e66d88872581a1e5e
https://github.com/btcsuite/btcd/commit/4696d16ed421fc1ce0fe688e66d88872581a1e5e
Author: cjepson <[email protected]>
Date: 2015-04-13 (Mon, 13 Apr 2015)
Changed paths:
M blockmanager.go
M mining.go
Log Message:
-----------
Fix race in FetchTransactionStore
Because FetchTransactionStore in GetBlockTemplate occasionally accesses
the internal blockchain memory structure while it is being read or modified,
a race can occur. To prevent this, FetchTransactionStore is instead
routed through the internal channel for blockchain requests.