Skip to content

Commit

Permalink
Update miner.h
Browse files Browse the repository at this point in the history
uint to unsigned int
  • Loading branch information
ChekaZ authored Oct 25, 2019
1 parent 0a4ea5b commit 2563606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void IncrementExtraNonce(CBlock* pblock, const CBlockIndex* pindexPrev, unsigned
int64_t UpdateTime(CBlockHeader* pblock, const Consensus::Params& consensusParams, const CBlockIndex* pindexPrev);

/** Prepares a block header for transmission using RPC getwork */
void FormatDataBuffer(CBlock *pblock, uint *pdata);
void FormatDataBuffer(CBlock *pblock, unsigned int *pdata);

/** Check mined block */
bool CheckWork(const CChainParams& chainparams, CBlock* pblock);
Expand Down

0 comments on commit 2563606

Please sign in to comment.