Skip to content

Commit

Permalink
FIXED: compile error under windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thokon00 committed Jun 5, 2014
1 parent 0e7dc3f commit f8c6989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rpcblockchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using namespace std;

extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, json_spirit::Object& entry);

double GetDifficultyFromBits(uint nBits)
double GetDifficultyFromBits(unsigned int nBits)
{
int nShift = (nBits >> 24) & 0xff;

Expand Down

0 comments on commit f8c6989

Please sign in to comment.