Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 527f585463b8654d20dbcdc3bc322a9ab169fe2e
https://github.com/btcsuite/btcd/commit/527f585463b8654d20dbcdc3bc322a9ab169fe2e
Author: David Hill <[email protected]>
Date: 2015-06-26 (Fri, 26 Jun 2015)
Changed paths:
M blockchain/validate.go
M log.go
A txscript/consensus.go
Log Message:
-----------
txscript: Move lockTimeThreshold to txscript
Move lockTimeThreshold to txscript and export it. This is a
consensus value which txscript will need in an upcoming diff.