Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

masternode-utils.h
Go to the documentation of this file.
1 // Copyright (c) 2014-2019 The Dash Core developers
2 // Distributed under the MIT/X11 software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef MASTERNODE_UTILS_H
6 #define MASTERNODE_UTILS_H
7 
8 #include <evo/deterministicmns.h>
9 
10 class CConnman;
11 
13 {
14 public:
15  static void ProcessMasternodeConnections(CConnman& connman);
16  static void DoMaintenance(CConnman &connman);
17 };
18 
19 #endif//MASTERNODE_UTILS_H
static void DoMaintenance(CConnman &connman)
Definition: net.h:136
static void ProcessMasternodeConnections(CConnman &connman)
Released under the MIT license