diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-07-01 16:06:49 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-07-01 16:09:58 +0200 |
commit | a7b9623d189eb4a7d37ff7ad706d6385c3a38e80 (patch) | |
tree | 5c8e0ff2ebbc89c965c4a5869332cae6b45489ea /src/miner.cpp | |
parent | 5496253966abec287ea61a648cb518d14903f91f (diff) |
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 46cde91a4d..2c5cba742c 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; |