()
| 879 | } |
| 880 | |
| 881 | func (s *Script) Bytes() []byte { |
| 882 | return s.data |
| 883 | } |
| 884 | |
| 885 | func CheckTransactionSignatureEncoding(vchSig []byte, flags uint32) error { |
| 886 | // Empty signature. Not strictly DER encoded, but allowed to provide a |
no outgoing calls