change tombstone, revert LOCK, problem isnt that.

This commit is contained in:
blackjok3r
2018-12-29 21:44:48 +08:00
parent abffb831a6
commit 9237e43052
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ void AddImportTombstone(const CTransaction &importTx, CCoinsViewCache &inputs, i
uint256 burnHash = importTx.vin[0].prevout.hash;
CCoinsModifier modifier = inputs.ModifyCoins(burnHash);
modifier->nHeight = nHeight;
modifier->nVersion = 1;
modifier->nVersion = 4;
modifier->vout.push_back(CTxOut(0, CScript() << OP_0));
}