What changed, and why it matters
This commit removes a single empty example file named 'ecdsa-psbt' from the rust-bitcoin repository. The file contained only a blank line and had no executable code, so the change cannot affect software behavior or introduce any security issue.
No action required; the change is benign cleanup.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff deletes bitcoin/examples/ecdsa-psbt, which was an empty file (mode 100644, content a single newline). No code, build scripts, tests, or documentation references were modified. The change is purely repository hygiene with no functional or security implications.
Changed components
Inspect captured patch +0 / −1
diff --git a/bitcoin/examples/ecdsa-psbt b/bitcoin/examples/ecdsa-psbt
deleted file mode 100644
index 8b137891..00000000
--- a/bitcoin/examples/ecdsa-psbt
+++ /dev/null
@@ -1 +0,0 @@
-
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.