Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 3d89b56b27c35597089f28b453c13701479b1a48
https://github.com/btcsuite/btcd/commit/3d89b56b27c35597089f28b453c13701479b1a48
Author: Dave Collins <[email protected]>
Date: 2015-07-22 (Wed, 22 Jul 2015)
Changed paths:
M wire/msgtx_test.go
Log Message:
-----------
wire: Update tests to force error in tx lock time.
This commit updates the wire tests for transactions which force
serialization and deserialization errors to force an error in the the
transaction lock time path.
This brings the wire test coverage back up to 100%.