mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-15 00:59:38 +02:00
policy: Treat taproot as always active
This commit is contained in:
@@ -45,7 +45,7 @@ static void CCoinsCaching(benchmark::Bench& bench)
|
||||
// Benchmark.
|
||||
const CTransaction tx_1(t1);
|
||||
bench.run([&] {
|
||||
bool success = AreInputsStandard(tx_1, coins, false);
|
||||
bool success{AreInputsStandard(tx_1, coins)};
|
||||
assert(success);
|
||||
});
|
||||
ECC_Stop();
|
||||
|
||||
Reference in New Issue
Block a user