We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Kulpreet,
I'm encountering build errors that we discussed during the BTCR hackathon on master. When I run the install:
master
go get github.com/kulpreet/btcr-service
I get the following errors:
# github.com/kulpreet/btcr-service src/github.com/kulpreet/btcr-service/decodeTxref.go:40:47: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/resolvetodid.go:54:41: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/tip.go:51:41: assignment mismatch: 6 variables but util.Decode returns 5 values src/github.com/kulpreet/btcr-service/txref2txid.go:43:41: assignment mismatch: 6 variables but util.Decode returns 5 values
Thanks in advance for any advice you have.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Kulpreet,
I'm encountering build errors that we discussed during the BTCR hackathon on
master
. When I run the install:go get github.com/kulpreet/btcr-service
I get the following errors:
Thanks in advance for any advice you have.
The text was updated successfully, but these errors were encountered: