Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: def0ef6af676990a3113734271136fc757f28cc5
https://github.com/btcsuite/btcd/commit/def0ef6af676990a3113734271136fc757f28cc5
Author: Dave Collins <[email protected]>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M mempool.go
M mining.go
Log Message:
-----------
Use network adjusted time for finalized tx check.
This commit modifies finalized transaction check used by the memory pool
and block templates to use the network adjusted time instead of the
unadjusted local time. This helps keep the transactions accepted to the
memory pool, and hence allowed to relay, more consistent across nodes.