libsv / go-bt

The go-to Bitcoin Transaction (BT) Go library.
https://pkg.go.dev/mod/github.com/libsv/go-bt
ISC License
66 stars 26 forks source link

Fix ToASM() data output bug on V1 #108

Closed ordishs closed 2 years ago

ordishs commented 2 years ago

Some differences between bitcoin decodescript() and go-bt's ToAsm() were reported. This PR addresses them.