File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ func (t *Tx) FromRawTxString(rawTxString string) (err error) {
164164 },
165165 }
166166
167- bpuTx , err := bpu .Parse (bpu.ParseConfig {RawTxHex : rawTxString , SplitConfig : splitConfig })
167+ bpuTx , err := bpu .Parse (bpu.ParseConfig {RawTxHex : & rawTxString , SplitConfig : splitConfig })
168168 if bpuTx != nil {
169169 t .BpuTx = * bpuTx
170170 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
1111require github.com/kr/pretty v0.3.1 // indirect
1212
1313require (
14- github.com/bitcoinschema/go-bpu v0.0.4
14+ github.com/bitcoinschema/go-bpu v0.0.6
1515 github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 // indirect
1616 github.com/davecgh/go-spew v1.1.1 // indirect
1717 github.com/libsv/go-bk v0.1.6 // indirect
Original file line number Diff line number Diff line change 11github.com/bitcoinschema/go-bitcoin/v2 v2.0.3 h1:3pxGpFk7L2GcAx6VYW6kgcOmI0jhnZ/2zKSsfxqhvfM =
22github.com/bitcoinschema/go-bitcoin/v2 v2.0.3 /go.mod h1:MnikSx/hRXOS7dG3RlJOP2cV2lG6IOmoGd6HhvCB7Gc =
3- github.com/bitcoinschema/go-bpu v0.0.4 h1:EapuVhZcRD8ZOqBCcHUdzaMGOUmabvuXc6EvONBn5Mc =
4- github.com/bitcoinschema/go-bpu v0.0.4 /go.mod h1:i41D9NP5KIk/oCt8XrRhN27YerZCUG6vjScXDhNn5Us =
3+ github.com/bitcoinschema/go-bpu v0.0.6 h1:DQ2SwZMOMaSf4mRbM6DxOezZ7aJoiyR7KLKcsE5qpmU =
4+ github.com/bitcoinschema/go-bpu v0.0.6 /go.mod h1:i41D9NP5KIk/oCt8XrRhN27YerZCUG6vjScXDhNn5Us =
55github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 h1:2yTIV9u7H0BhRDGXH5xrAwAz7XibWJtX2dNezMeNsUo =
66github.com/bitcoinsv/bsvd v0.0.0-20190609155523-4c29707f7173 /go.mod h1:BZ1UcC9+tmcDEcdVXgpt13hMczwJxWzpAn68wNs7zRA =
77github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
You can’t perform that action at this time.
0 commit comments