Remove obsolete reference to CValidationState from UpdateCoins.

This commit is contained in:
21E14
2016-04-29 23:45:20 -04:00
committed by lateminer
parent a28600154a
commit 69de80c238
4 changed files with 8 additions and 9 deletions

View File

@@ -297,8 +297,7 @@ BOOST_AUTO_TEST_CASE(updatecoins_simulation_test)
CCoins &coins = result[tx.GetHash()];
coins.FromTx(tx, height);
CValidationState dummy;
UpdateCoins(tx, dummy, *(stack.back()), height);
UpdateCoins(tx, *(stack.back()), height);
}
// Once every 1000 iterations and at the end, verify the full cache.