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
i face issue on when i click make
../../../../pkg/mod/github.com/ethereum/[email protected]/ethash.go:436:8: undefined: "github.com/ethereum/go-ethereum/crypto".Sha3Hash Makefile:10: recipe for target 'all' failed make: *** [all] Error 2
please any one help
go version go1.13.15 linux/amd64
The text was updated successfully, but these errors were encountered:
File path: build/_workspace/src/github.com/sammy007/open-ethereum-pool/util/util.go
Alter util.go Line 11 Accession "github.com/ethereum/go-ethereum/common/hexutil"
Line 39 Find: return string(common.ToHex(diff1.Bytes())) Alter: return string(hexutil.Encode(diff1.Bytes()))
Alter rpc.go Line 15 Find: "github.com/ethereum/go-ethereum/common" Alter: "github.com/ethereum/go-ethereum/common/hexutil"
Line 180 Find: rpcResp, err := r.doPost(r.Url, "eth_sign", []string{from, common.ToHex(hash[:])})
Alter: rpcResp, err := r.doPost(r.Url, "eth_sign", []string{from, hexutil.Encode(hash[:])})
English is not good. It's all machine translation. I hope it can help you!
Sorry, something went wrong.
No branches or pull requests
i face issue on when i click make
github.com/ethereum/ethash
../../../../pkg/mod/github.com/ethereum/[email protected]/ethash.go:436:8: undefined: "github.com/ethereum/go-ethereum/crypto".Sha3Hash
Makefile:10: recipe for target 'all' failed
make: *** [all] Error 2
please any one help
go version go1.13.15 linux/amd64
The text was updated successfully, but these errors were encountered: