Remove obsolete reference to CValidationState from UpdateCoins.

This commit is contained in:
21E14
2016-04-29 23:45:20 -04:00
committed by Jack Grigg
parent 838e7a29cc
commit 8cb98d9105
5 changed files with 9 additions and 9 deletions

View File

@@ -745,7 +745,7 @@ BOOST_AUTO_TEST_CASE(coins_coinbase_spends)
BOOST_CHECK(tx.IsCoinBase());
CValidationState state;
UpdateCoins(tx, state, cache, 100);
UpdateCoins(tx, cache, 100);
// Create coinbase spend
CMutableTransaction mtx2;