Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 0f8d90086acd68585b904bb5f8d718b4c316f370
https://github.com/btcsuite/btcd/commit/0f8d90086acd68585b904bb5f8d718b4c316f370
Author: Dave Collins <[email protected]>
Date: 2015-04-20 (Mon, 20 Apr 2015)
Changed paths:
M txscript/internal_test.go
A txscript/reference_test.go
Log Message:
-----------
txscript: Separate reference tests into own file.
This commit separates the test functions and associated helper functions
which are used to execute the reference transaction and script tests from
Bitcoin Core into a separate file named reference_test.go.
Also, add a few comments and fix a couple of typos along the way.