Merge remote-tracking branch 'janko33bd/Blackcoin-Lore' into wallet-updates-0.13

This commit is contained in:
lateminer
2018-01-08 19:45:45 +03:00
66 changed files with 1433 additions and 832 deletions

View File

@@ -50,7 +50,7 @@ static void add_coin(const CAmount& nValue, int nAge = 6*24, bool fIsFromMe = fa
wtx->fDebitCached = true;
wtx->nDebitCached = 1;
}
COutput output(wtx, nInput, nAge, true);
COutput output(wtx, nInput, nAge, true, true);
vCoins.push_back(output);
wtxn.emplace_back(std::move(wtx));
}