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
I am having type error: cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".PublicKey in append
since the package has a crypto library in vendor folder it's usage of that type, which is resulting in type error due to being it inaccessible to outside package
The text was updated successfully, but these errors were encountered:
I am having type error:
cannot use keyPair.PublicKey (type "**github.com/bigchaindb/go-bigchaindb-driver/vendor/golang.org/x/crypto/ed25519".PublicKey**) as type "**golang.org/x/crypto/ed25519**".PublicKey in append
since the package has a crypto library in vendor folder it's usage of that type, which is resulting in type error due to being it inaccessible to outside package
The text was updated successfully, but these errors were encountered: