[dashpay/dash] Masternode related refactorings in preparation of DIP3 (#2212)
UdjinM6 commented on this pull request.
> @@ -10,18 +10,30 @@
#include «net.h»
#include «primitives/transaction.h»
-class CActiveMasternode;
+class CActiveMasternodeInfo;
Heh, compiling locally and
«`
In file included from activemasternode.cpp:5:
./activemasternode.h:25:1: warning: ‘CActiveMasternodeInfo’ defined as a struct here but previously declared as a class [-Wmismatched-tags]
struct CActiveMasternodeInfo {
^
./activemasternode.h:13:1: note: did you mean struct here?
class CActiveMasternodeInfo;
^~~~~
struct
1 warning generated.
«`
:)