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
Go dependency go-ethereum-hdwallet uses github.com/btcsuite/btcutil, which is not maintained anymore. I notice zksync2-go has already upgraded. If I install zksync2-go first, then install zksync-go, confilct will happen. The following code will help you find out the problem
Go dependency
go-ethereum-hdwallet
usesgithub.com/btcsuite/btcutil
, which is not maintained anymore. I noticezksync2-go
has already upgraded. If I installzksync2-go
first, then installzksync-go
, confilct will happen. The following code will help you find out the problemAfter I run the code:
Error shows:
Here is the pr, fixing the problem. #7
The text was updated successfully, but these errors were encountered: