Make it compile

This commit is contained in:
lateminer
2018-10-14 16:44:21 +03:00
parent e670323162
commit 9cc4974283
7 changed files with 20 additions and 113 deletions

View File

@@ -108,7 +108,7 @@ static void MempoolEviction(benchmark::State& state)
AddTx(tx6, 1100LL, pool);
AddTx(tx7, 9000LL, pool);
pool.TrimToSize(pool.DynamicMemoryUsage() * 3 / 4);
pool.TrimToSize(GetVirtualTransactionSize(tx1));
// pool.TrimToSize(tx1.GetTotalSize())
}
}