mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-02 17:24:58 +02:00
Remove CCoinsViewCache::GetValueIn(...)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user