Update masternodeconfig.h
removing printf - breaks the build https://travis-ci.org/dashpay/dash/jobs/131496337#L1485
This commit is contained in:
parent
22661ad60d
commit
cbfbc096d1
@ -82,7 +82,6 @@ public:
|
||||
void add(std::string alias, std::string ip, std::string privKey, std::string txHash, std::string outputIndex);
|
||||
|
||||
std::vector<CMasternodeEntry>& getEntries() {
|
||||
printf("%d\n", (int)entries.size());
|
||||
return entries;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user