|
|
@ -43,7 +43,6 @@ static std::condition_variable cond_blockchange; |
|
|
|
static CUpdatedBlock latestblock; |
|
|
|
static CUpdatedBlock latestblock; |
|
|
|
|
|
|
|
|
|
|
|
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry); |
|
|
|
extern void TxToJSON(const CTransaction& tx, const uint256 hashBlock, UniValue& entry); |
|
|
|
void ScriptPubKeyToJSON(const CScript& scriptPubKey, UniValue& out, bool fIncludeHex); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
double GetDifficulty(const CBlockIndex* blockindex) |
|
|
|
double GetDifficulty(const CBlockIndex* blockindex) |
|
|
|
{ |
|
|
|
{ |
|
|
|