Auto merge of #1260 - str4d:1175-byte-array-manipulation, r=ebfull
Update Equihash implementation to match the Zcash spec Closes #1175
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
uint32_t nTime;
|
||||
uint32_t nBits;
|
||||
uint256 nNonce;
|
||||
std::vector<uint32_t> nSolution;
|
||||
std::vector<unsigned char> nSolution;
|
||||
|
||||
CBlockHeader()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user