.
. #35157
pull ericsmith00759-a11y wants to merge 1 commits into bitcoin:master from ericsmith00759-a11y:patch-1 changing 1 files +5 −1-
ericsmith00759-a11y commented at 4:32 AM on April 25, 2026: none
-
020e05ee71
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.
-
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-->
- ericsmith00759-a11y marked this as a draft on Apr 25, 2026
- ericsmith00759-a11y marked this as ready for review on Apr 25, 2026
- achow101 renamed this:
Update validation.cpp
.
on Apr 25, 2026 - DrahtBot closed this on Apr 25, 2026
- bitcoin locked this on Apr 25, 2026
Contributors