diff options
| author | Jeff Garzik <[email protected]> | 2015-09-16 09:12:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2015-09-16 09:12:07 -0400 |
| commit | 13b828270a6f912aeb24dee87108c6bda83d1b96 (patch) | |
| tree | 1c39d082db96075c308b470852e761086ff8fc65 /src/main.cpp | |
| parent | Merge pull request #6663 (diff) | |
| parent | QA: Add ZeroMQ RPC test (diff) | |
| download | discoin-13b828270a6f912aeb24dee87108c6bda83d1b96.tar.xz discoin-13b828270a6f912aeb24dee87108c6bda83d1b96.zip | |
Merge pull request #6103
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index a880533e6..27278b977 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2303,6 +2303,7 @@ bool ActivateBestChain(CValidationState &state, const CBlock *pblock) { pnode->PushInventory(CInv(MSG_BLOCK, hashNewTip)); } // Notify external listeners about the new tip. + GetMainSignals().UpdatedBlockTip(hashNewTip); uiInterface.NotifyBlockTip(hashNewTip); } } while(pindexMostWork != chainActive.Tip()); |