mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-07 13:18:43 +02:00
Only relay Taproot spends if next block has it 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);
|
||||
bool success = AreInputsStandard(tx_1, coins, false);
|
||||
assert(success);
|
||||
});
|
||||
ECC_Stop();
|
||||
|
||||
Reference in New Issue
Block a user