Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

txscript error #1845

Closed
pilotpirks opened this issue Apr 22, 2022 · 2 comments
Closed

txscript error #1845

pilotpirks opened this issue Apr 22, 2022 · 2 comments

Comments

@pilotpirks
Copy link

pilotpirks commented Apr 22, 2022

Hello,
when i call any fynction from txscript (e.q DisasmString(), ), i get this error:

github.com/btcsuite/btcd/txscript
../../../go/pkg/mod/github.com/btcsuite/btcd@v0.22.0-beta.0.20220111032746-97732e52810c/txscript/sign.go:296:25: cannot use pubKey (variable of type *secp256k1.PublicKey) as type *btcec.PublicKey in argument to pSig.Verify

Thx)

@chappjc
Copy link
Contributor

chappjc commented Apr 22, 2022

Specify the v0.22.0-beta tag in your go.mod.
You're using a revision that's not part of a release branch or tag.

@pilotpirks
Copy link
Author

reinstalled by manual,
sorry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants