Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: eb4fc19b95258863af88859a4ba2934d5199ca76
https://github.com/conformal/btcscript/commit/eb4fc19b95258863af88859a4ba2934d5199ca76
Author: Dave Collins <[email protected]>
Date: 2014-01-03 (Fri, 03 Jan 2014)
Changed paths:
M script.go
Log Message:
-----------
Modify DisasmString to return partial disassembly.
Rather than returning an empty string from DisasmString if a script fails
to parse, return the disassembly up to the point of the failure along with
[error] appended. The error is still returned in case the caller wants
more information about the script parse failure.