mintme-com / cryptonight

2 stars 6 forks source link

VerifyBytes() to CalcHash() causes not compiling webchain-pool #1

Closed fjluquerodriguez closed 6 years ago

fjluquerodriguez commented 6 years ago

github.com/webchain-network/webchain-pool/proxy proxy/miner.go:30: hasher.VerifyBytes undefined (type cryptonight.Cryptonight has no field or method VerifyBytes) proxy/miner.go:34: hasher.VerifyBytes undefined (type cryptonight.Cryptonight has no field or method VerifyBytes) Makefile:10: recipe for target 'all' failed make: *** [all] Error 2

lukaszmatczak commented 6 years ago

I've merged 'vardiff' branch to master. Now it should compile without errors.