dash/src/masternode/masternode-utils.h
pasta a6cdb75b18 fix compilation in headers that contain 'dashes' and adjust linter
Signed-off-by: pasta <pasta@dashboost.org>
2020-07-19 00:42:54 -05:00

20 lines
541 B
C++

// Copyright (c) 2014-2019 The Dash Core developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_MASTERNODE_MASTERNODE_UTILS_H
#define BITCOIN_MASTERNODE_MASTERNODE_UTILS_H
#include <evo/deterministicmns.h>
class CConnman;
class CMasternodeUtils
{
public:
static void ProcessMasternodeConnections(CConnman& connman);
static void DoMaintenance(CConnman &connman);
};
#endif // BITCOIN_MASTERNODE_MASTERNODE_UTILS_H