mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge e8f72aefd2 into merged_master (Bitcoin PR bitcoin/bitcoin#29877)
This commit is contained in:
commit
5337c68698
4 changed files with 17 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue