Merge e8f72aefd2 into merged_master (Bitcoin PR bitcoin/bitcoin#29877)

This commit is contained in:
ivanlele 2026-03-30 12:55:52 +00:00
commit 5337c68698
No known key found for this signature in database
4 changed files with 17 additions and 10 deletions

View file

@ -3110,7 +3110,7 @@ bool Chainstate::ConnectBlock(const CBlock& block, BlockValidationState& state,
block.vtx.size(),
nInputs,
nSigOpsCost,
time_5 - time_start // in microseconds (µs)
Ticks<std::chrono::nanoseconds>(time_5 - time_start)
);
return true;