Remove obsolete reference to CValidationState from UpdateCoins.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user