mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge cf24152596 into merged_master (Bitcoin PR bitcoin/bitcoin#21206)
This commit is contained in:
commit
e6cdd99eec
17 changed files with 260 additions and 177 deletions
|
|
@ -1074,7 +1074,7 @@ DBErrors WalletBatch::FindWalletTx(std::vector<uint256>& vTxHash, std::list<CWal
|
|||
uint256 hash;
|
||||
ssKey >> hash;
|
||||
vTxHash.push_back(hash);
|
||||
vWtx.emplace_back(nullptr /* tx */);
|
||||
vWtx.emplace_back(/*tx=*/nullptr, TxStateInactive{});
|
||||
ssValue >> vWtx.back();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue