Branch: refs/heads/master Home: https://github.com/btcsuite/btcd Commit: c2fb0cb18e9685d63bb67bf29f2f3d2c6cd3177b https://github.com/btcsuite/btcd/commit/c2fb0cb18e9685d63bb67bf29f2f3d2c6cd3177b Author: Jonathan Gillham <jonathan.gill...@gmail.com> Date: 2016-10-26 (Wed, 26 Oct 2016)
Changed paths: M mining.go Log Message: ----------- mining: Stop transactions losing their dependants. This fixes a bug where a transaction would lose reference to other transactions dependant on it when being considered for inclusion in a new block template. The issue only occurs when the transaction being considered triggers a change of priority queue ordering to ordering by fee. It results in none of the dependant transactions being considered for inclusion in the new block template.