Branch: refs/heads/master
Home: https://github.com/conformal/btcscript
Commit: 27e1ad758bb0a88347436011624e2d7ad459f0fb
https://github.com/conformal/btcscript/commit/27e1ad758bb0a88347436011624e2d7ad459f0fb
Author: David Hill <[email protected]>
Date: 2014-05-20 (Tue, 20 May 2014)
Changed paths:
M script.go
M script_test.go
M test_coverage.txt
Log Message:
-----------
Add new function PushedData.
PushedData returns an array of byte slices containing any pushed data
found in the passed script. This includes OP_0, but not OP_1 - OP_16.
help from and ok @owainga