Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/node/miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
#include <llmq/options.h>
#include <llmq/snapshot.h>
#include <masternode/payments.h>
#include <spork.h>

#include <algorithm>
#include <utility>
Expand Down
2 changes: 0 additions & 2 deletions src/qt/walletmodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include <wallet/coincontrol.h>
#include <wallet/wallet.h> // for CRecipient

#include <spork.h>

#include <stdint.h>
#include <functional>

Expand Down
1 change: 0 additions & 1 deletion src/rpc/mining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
#include <script/script.h>
#include <script/sign.h>
#include <shutdown.h>
#include <spork.h>
#include <txmempool.h>
#include <univalue.h>
#include <util/check.h>
Expand Down
1 change: 0 additions & 1 deletion src/test/blockfilter_index_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <node/miner.h>
#include <pow.h>
#include <script/standard.h>
#include <spork.h>
#include <test/util/blockfilter.h>
#include <test/util/index.h>
#include <test/util/setup_common.h>
Expand Down
6 changes: 0 additions & 6 deletions src/test/evo_deterministicmns_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <script/sign.h>
#include <script/signingprovider.h>
#include <script/standard.h>
#include <spork.h>
#include <test/util/txmempool.h>
#include <txmempool.h>
#include <validation.h>
Expand Down Expand Up @@ -425,11 +424,6 @@ void FuncDIP3Protx(TestChainSetup& setup)
auto& chainman = *Assert(setup.m_node.chainman.get());
auto& dmnman = *Assert(setup.m_node.dmnman);

CKey sporkKey;
sporkKey.MakeNewKey(false);
setup.m_node.sporkman->SetSporkAddress(EncodeDestination(PKHash(sporkKey.GetPubKey())));
setup.m_node.sporkman->SetPrivKey(EncodeSecret(sporkKey));

auto utxos = BuildSimpleUtxoMap(setup.m_coinbase_txns);

const CScript coinbase_pk = GetScriptForRawPubKey(setup.coinbaseKey.GetPubKey());
Expand Down
1 change: 0 additions & 1 deletion src/test/miner_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <instantsend/instantsend.h>
#include <llmq/blockprocessor.h>
#include <llmq/context.h>
#include <spork.h>

#include <test/util/setup_common.h>

Expand Down
1 change: 0 additions & 1 deletion src/test/util/mining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <node/miner.h>
#include <pow.h>
#include <script/standard.h>
#include <spork.h>
#include <test/util/script.h>
#include <util/check.h>
#include <validation.h>
Expand Down
1 change: 0 additions & 1 deletion src/test/validation_chainstatemanager_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include <evo/evodb.h>
#include <llmq/blockprocessor.h>
#include <llmq/signing.h>
#include <spork.h>

#include <tinyformat.h>

Expand Down
Loading