mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge f5eadcb148 into merged_master (Bitcoin PR bitcoin/bitcoin#25663)
This commit is contained in:
commit
7f7e08be71
1 changed files with 3 additions and 3 deletions
|
|
@ -112,9 +112,9 @@ void CCoinsViewCache::AddCoin(const COutPoint &outpoint, Coin&& coin, bool possi
|
|||
TRACE5(utxocache, add,
|
||||
outpoint.hash.data(),
|
||||
(uint32_t)outpoint.n,
|
||||
(uint32_t)coin.nHeight,
|
||||
coin.out.nValue.IsExplicit() ? (int64_t)coin.out.nValue.GetAmount() : 0,
|
||||
(bool)coin.IsCoinBase());
|
||||
(uint32_t)it->second.coin.nHeight,
|
||||
it->second.coin.out.nValue.IsExplicit() ? (int64_t)coin.out.nValue.GetAmount() : 0,
|
||||
(bool)it->second.coin.IsCoinBase());
|
||||
}
|
||||
|
||||
void CCoinsViewCache::EmplaceCoinInternalDANGER(COutPoint&& outpoint, Coin&& coin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue