Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: c0c167cc15aa3b721c983fd775cdef7afb42de38
https://github.com/conformal/btcscript/commit/c0c167cc15aa3b721c983fd775cdef7afb42de38
Author: Dave Collins <[email protected]>
Date: 2013-12-10 (Tue, 10 Dec 2013)
Changed paths:
M opcode_test.go
Log Message:
-----------
Remove logging bits from script_test.go.
The allows the tests to run without showing warning for malformed bits
(which are intentionally malformed for testing purposes). Also, the
tests would not compile since the new btclog backend was switched out.
This commit resolves that.