Closed cryptcoin-junkey closed 4 years ago
As you know, btcsuite/btcd was upgraded with API breakage. The code was fixed but go.{mod,sum} isn't updated. So your builds by go get will be failed unless this patch applied.
btcsuite/btcd
go.{mod,sum}
go get
As you know,
btcsuite/btcd
was upgraded with API breakage. The code was fixed butgo.{mod,sum}
isn't updated. So your builds bygo get
will be failed unless this patch applied.