Skip to content

Commit

Permalink
Remove dummy DKG
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Jan 9, 2019
1 parent 55f205e commit 0df3871
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 808 deletions.
2 changes: 0 additions & 2 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ BITCOIN_CORE_H = \
limitedmap.h \
llmq/quorums_commitment.h \
llmq/quorums_blockprocessor.h \
llmq/quorums_dummydkg.h \
llmq/quorums_utils.h \
llmq/quorums_init.h \
masternode-meta.h \
Expand Down Expand Up @@ -249,7 +248,6 @@ libdash_server_a_SOURCES = \
governance-votedb.cpp \
llmq/quorums_commitment.cpp \
llmq/quorums_blockprocessor.cpp \
llmq/quorums_dummydkg.cpp \
llmq/quorums_utils.cpp \
llmq/quorums_init.cpp \
masternode-meta.cpp \
Expand Down
3 changes: 0 additions & 3 deletions src/dsnotificationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

#include "evo/deterministicmns.h"

#include "llmq/quorums_dummydkg.h"

void CDSNotificationInterface::InitializeCurrentBlockTip()
{
LOCK(cs_main);
Expand All @@ -40,7 +38,6 @@ void CDSNotificationInterface::UpdatedBlockTip(const CBlockIndex *pindexNew, con
return;

deterministicMNManager->UpdatedBlockTip(pindexNew);
llmq::quorumDummyDKG->UpdatedBlockTip(pindexNew, fInitialDownload);

masternodeSync.UpdatedBlockTip(pindexNew, fInitialDownload, connman);

Expand Down
Loading

0 comments on commit 0df3871

Please sign in to comment.