Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: f6ad7eb2c963151c71de2bd37d04d9af644a891d
      
https://github.com/btcsuite/btcd/commit/f6ad7eb2c963151c71de2bd37d04d9af644a891d
  Author: Dave Collins <da...@conformal.com>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M blockchain/fullblocktests/generate.go
    M blockchain/validate_test.go
    M glide.lock
    M mempool/mempool_test.go
    M mining/mining.go
    M peer/peer_test.go
    M rpcserver.go
    M rpctest/blockgen.go
    M rpctest/memwallet.go
    M txscript/example_test.go
    M txscript/reference_test.go
    M txscript/sign_test.go
    M wire/message_test.go
    M wire/msgtx.go
    M wire/msgtx_test.go

  Log Message:
  -----------
  wire: Make NewMsgTx accept the tx version.

This modifies the NewMsgTx function to accept the transaction version as
a parameter and updates all callers.

The reason for this change is so the transaction version can be bumped
in wire without breaking existing tests and to provide the caller with
the flexibility to create the specific transaction version they desire.


Reply via email to