What changed, and why it matters
This commit only updates a documentation example, changing the displayed currency ticker from 'XTN' (a testnet symbol) to 'BTC' (mainnet Bitcoin) in a proof-of-reserves guide. No firmware code, behavior, or security logic was changed.
No security action needed; this is a documentation-only correction.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/proof-of-reserves-bip-322.md, replacing two occurrences of ‘XTN’ with ‘BTC’ in example screen text for BIP-322 proof-of-reserves. There are no code, configuration, cryptographic, or protocol changes.
Changed components
docs/proof-of-reserves-bip-322.mdInspect captured patch +2 / −2
diff --git a/docs/proof-of-reserves-bip-322.md b/docs/proof-of-reserves-bip-322.md
index 94fe42a..4e77b33 100644
--- a/docs/proof-of-reserves-bip-322.md
+++ b/docs/proof-of-reserves-bip-322.md
@@ -44,7 +44,7 @@ Example screen text:
```text
Proof of Reserves
- Amount 0.20000000 XTN
+ Amount 0.20000000 BTC
Message Hash:
11b5fe357842f5c368d2e3884d6a5ba577e3bc7cde132004f39b8c2a43a9cdec
@@ -55,7 +55,7 @@ Proof of Reserves
21 inputs
1 output
- 0.00000000 XTN
+ 0.00000000 BTC
- OP_RETURN -
null-data
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.