mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 7b3343f300 into merged_master (Bitcoin PR bitcoin/bitcoin#25108)
This commit is contained in:
commit
31df518140
40 changed files with 59 additions and 88 deletions
|
|
@ -2919,7 +2919,7 @@ static int64_t nTimePostConnect = 0;
|
|||
struct PerBlockConnectTrace {
|
||||
CBlockIndex* pindex = nullptr;
|
||||
std::shared_ptr<const CBlock> pblock;
|
||||
PerBlockConnectTrace() {}
|
||||
PerBlockConnectTrace() = default;
|
||||
};
|
||||
/**
|
||||
* Used to track blocks whose transactions were applied to the UTXO state as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue