Skip to content

Commit

Permalink
Comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Feb 19, 2024
1 parent 91b0c97 commit 82d2daa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/system/chain/prevout.hpp
Expand Up @@ -47,7 +47,7 @@ class BC_API prevout final
/// An unspent coinbase collision is immature (unspendable) and spent
/// collision is mature (bip30). Coinbase collision precluded by bip34.
///************************************************************************
/// For coinbase coinbase tx, implies fully spent at height or not found.
/// For coinbase tx, implies fully spent at height or not found.
/// Coinbase value stored in first input of coinbase transaction.
/// For a non-coinbase input this indicates spent at height.
bool spent{ true };
Expand Down

0 comments on commit 82d2daa

Please sign in to comment.