File bananabits-masternode.patch of Package bananabits

--- src/masternode.cpp	2015-06-10 06:11:23.000000000 +0200
+++ masternode.cpp	2016-11-26 22:37:05.074249274 +0100
@@ -159,7 +159,8 @@
         tx.vin.push_back(vin);
         tx.vout.push_back(vout);
         //if(AcceptableInputs(mempool, state, tx)){
-	bool* pfMissingInputs = false;
+	bool* pfMissingInputs;
+	*pfMissingInputs = false;
 	if(AcceptableInputs(mempool, tx, false, pfMissingInputs)){
             if(fDebug) LogPrintf("dsee - Accepted masternode entry %i %i\n", count, current);
 
@@ -603,7 +604,8 @@
         tx.vout.push_back(vout);
 
         //if(!AcceptableInputs(mempool, state, tx)){
-        bool* pfMissingInputs = false;
+        bool* pfMissingInputs;
+        *pfMissingInputs = false;
 	if(!AcceptableInputs(mempool, tx, false, pfMissingInputs)){
             enabled = 3;
             return;
openSUSE Build Service is sponsored by