File vibranium-darksend.patch of Package vibranium
--- src/darksend.cpp 2015-06-14 16:29:25.000000000 +0200
+++ darksend.cpp 2016-11-26 22:20:01.871908976 +0100
@@ -937,7 +937,7 @@
int64_t nValueIn = 0;
int64_t nValueOut = 0;
bool missingTx = false;
-
+
BOOST_FOREACH(const CTxOut o, txCollateral.vout){
nValueOut += o.nValue;
@@ -975,7 +975,8 @@
CValidationState state;
//if(!AcceptableInputs(mempool, state, txCollateral)){
- bool* pfMissingInputs = false;
+ bool* pfMissingInputs;
+ *pfMissingInputs = false;
if(!AcceptableInputs(mempool, txCollateral, false, pfMissingInputs)){
if(fDebug) LogPrintf ("CDarkSendPool::IsCollateralValid - didn't pass IsAcceptable\n");
return false;