Skip to content

Commit

Permalink
Comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 23, 2024
1 parent 4548524 commit 3d9b925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chasers/chaser_block.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ void chaser_block::set_prevout(const input& input) const NOEXCEPT
input.metadata.height = element.second.context.height;
input.metadata.median_time_past = element.second.context.mtp;
input.metadata.coinbase = tx.is_coinbase();

// Spentness is not populated, handled in confirmation chaser.
input.metadata.spent = false;
return;
}
Expand Down

0 comments on commit 3d9b925

Please sign in to comment.