You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously go.mod updated dependency github.com/btcsuite/btcd to v0.23.4 version. But it does not contains package github.com/btcsuite/btcd/btcec which is used by signature_nocgo.go file. We need to downgrade dependency github.com/btcsuite/btcd to v0.20.1-beta.
Below are details:
go: finding module for package github.com/btcsuite/btcd/btcec
go: github.com/unicornultrafoundation/go-u2u/libs/crypto imports
github.com/btcsuite/btcd/btcec: module github.com/btcsuite/btcd@latest found (v0.23.4), but does not contain package github.com/btcsuite/btcd/btcec
The text was updated successfully, but these errors were encountered:
Previously go.mod updated dependency
github.com/btcsuite/btcd
tov0.23.4
version. But it does not contains packagegithub.com/btcsuite/btcd/btcec
which is used bysignature_nocgo.go
file. We need to downgrade dependencygithub.com/btcsuite/btcd
tov0.20.1-beta
.Below are details:
The text was updated successfully, but these errors were encountered: