diff options
| author | Jonas Schnelli <[email protected]> | 2015-07-01 16:06:49 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-07-01 16:09:58 +0200 |
| commit | a7b9623d189eb4a7d37ff7ad706d6385c3a38e80 (patch) | |
| tree | 5c8e0ff2ebbc89c965c4a5869332cae6b45489ea /src/miner.cpp | |
| parent | add CReserveScript to allow modular script keeping/returning (diff) | |
| download | discoin-a7b9623d189eb4a7d37ff7ad706d6385c3a38e80.tar.xz discoin-a7b9623d189eb4a7d37ff7ad706d6385c3a38e80.zip | |
miner: rename UpdateRequestCount signal to ResetRequestCount
Diffstat (limited to 'src/miner.cpp')
| -rw-r--r-- | src/miner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/miner.cpp b/src/miner.cpp index 46cde91a4..2c5cba742 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -411,7 +411,7 @@ static bool ProcessBlockFound(CBlock* pblock, const CChainParams& chainparams) } // Inform about the new block - GetMainSignals().BlockFound(*pblock); + GetMainSignals().BlockFound(pblock->GetHash()); // Process this block the same as if we had received it from another node CValidationState state; |