docs: fix mismatch between docs and code
What changed, and why it matters
This is a tiny documentation-only change in an embedded-systems example README. It corrects the documented heap size from 524288 to 262144 and removes an outdated line about a secp256k1 buffer size. No code was changed, so there is no security impact.
No action required. This is a benign documentation correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit modifies only bitcoin/embedded/README.md. It updates the expected example output to match the actual code behavior and deletes a stale line. The diff contains no source-code, build-script, or configuration changes. There are no security-relevant signals.
Changed components
bitcoin/embedded/README.mdInspect captured patch +1 / −2
diff --git a/bitcoin/embedded/README.md b/bitcoin/embedded/README.md
index a2497190..e27f8dc7 100644
--- a/bitcoin/embedded/README.md
+++ b/bitcoin/embedded/README.md
@@ -16,8 +16,7 @@ source ./scripts/env.sh && cargo +nightly run --target thumbv7m-none-eabi
Output should be something like:
```text
-heap size 524288
-secp buf size 66240
+heap size 262144
Seed WIF: L1HKVVLHXiUhecWnwFYF6L3shkf1E12HUmuZTESvBXUdx3yqVP1D
Address: bc1qpx9t9pzzl4qsydmhyt6ctrxxjd4ep549np9993
```
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.