Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 17da2ba7fa691c666d70948217ffcd5b6ac148f8
      
https://github.com/btcsuite/btcd/commit/17da2ba7fa691c666d70948217ffcd5b6ac148f8
  Author: David Hill <[email protected]>
  Date:   2015-06-28 (Sun, 28 Jun 2015)

  Changed paths:
    M blockchain/validate.go
    M mempool.go
    M mining.go
    M txscript/consensus.go

  Log Message:
  -----------
  Move IsFinalizedTransaction to txscript.

This change moves IsFinalizedTransaction to txscript and also changes
the first argument to take a wire.MsgTx instead of btcutil.Tx.  This
is needed for an upcoming diff in which txscript will require
IsFinalizedTransaction and we do not want to import the btcd/blockchain.


Reply via email to