Remove CCoinsViewCache::GetValueIn(...)

This commit is contained in:
practicalswift
2020-05-03 18:41:01 +00:00
parent 844d2070a2
commit b56607a89b
5 changed files with 0 additions and 27 deletions

View File

@@ -47,8 +47,6 @@ static void CCoinsCaching(benchmark::State& state)
while (state.KeepRunning()) {
bool success = AreInputsStandard(tx_1, coins);
assert(success);
CAmount value = coins.GetValueIn(tx_1);
assert(value == (50 + 21 + 22) * COIN);
}
ECC_Stop();
}