. #35157

pull ericsmith00759-a11y wants to merge 1 commits into bitcoin:master from ericsmith00759-a11y:patch-1 changing 1 files +5 −1
  1. ericsmith00759-a11y commented at 4:32 AM on April 25, 2026: none

    .

  2. Update validation.cpp
    ​for (...): The program loops through every output (destination of funds) in the received transaction.
    ​ws.m_ptx->vout: This points to the list of amounts and target addresses for the specific transaction being processed.
    ​IsUnspendable(): This is the detector. It checks if the funds are sent to a "Burn" protocol (like OP_RETURN) that makes the Bitcoin permanently unusable.
    ​LogPrintf: If a burn is detected, the node immediately writes a signal to its internal log file including the exact amount (txout.nValue).
    ​Summary: It is a sensor that identifies and logs any intentional destruction of value passing through the node.
    020e05ee71
  3. DrahtBot commented at 4:32 AM on April 25, 2026: contributor

    <!--e57a25ab6845829454e8d69fc972939a-->

    The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.

    <!--021abf342d371248e50ceaed478a90ca-->

    Reviews

    See the guideline for information on the review process. A summary of reviews will appear here.

    <!--5faf32d7da4f0f540f40219e4f7537a3-->

  4. ericsmith00759-a11y marked this as a draft on Apr 25, 2026
  5. ericsmith00759-a11y marked this as ready for review on Apr 25, 2026
  6. achow101 renamed this:
    Update validation.cpp
    .
    on Apr 25, 2026
  7. DrahtBot closed this on Apr 25, 2026

  8. bitcoin locked this on Apr 25, 2026

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-29 03:12 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me