![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include "privatesend-client.h"
#include "coincontrol.h"
#include "consensus/validation.h"
#include "core_io.h"
#include "init.h"
#include "masternode-sync.h"
#include "masternodeman.h"
#include "script/sign.h"
#include "txmempool.h"
#include "util.h"
#include "utilmoneystr.h"
#include <memory>
Go to the source code of this file.
Functions | |
void | ThreadCheckPrivateSendClient (CConnman &connman) |
Variables | |
CPrivateSendClient | privateSendClient |
void ThreadCheckPrivateSendClient | ( | CConnman & | connman | ) |
Definition at line 1416 of file privatesend-client.cpp.
Referenced by AppInit2().
CPrivateSendClient privateSendClient |
Definition at line 19 of file privatesend-client.cpp.
Referenced by AppInit2(), DarksendConfig::configure(), CWallet::CreateTransaction(), OverviewPage::DisablePrivateSendCompletely(), CWalletTx::GetAnonymizedCredit(), CWallet::GetNeedsToBeAnonymizedBalance(), CWallet::GetNormalizedAnonymizedBalance(), CWallet::GetOutpointPrivateSendRounds(), getpoolinfo(), OptionsModel::Init(), CWallet::NewKeyPool(), OptionsDialog::on_okButton_clicked(), OverviewPage::OverviewPage(), WalletModel::pollBalanceChanged(), privatesend(), OverviewPage::privateSendAuto(), OverviewPage::privateSendReset(), OverviewPage::privateSendStatus(), ProcessMessage(), CWallet::SelectCoins(), CWallet::SelectCoinsGrouppedByAddresses(), OptionsModel::setData(), ThreadCheckPrivateSendClient(), OverviewPage::togglePrivateSend(), CDSNotificationInterface::UpdatedBlockTip(), OverviewPage::updatePrivateSendProgress(), and CoinControlDialog::viewItemChanged().