Update 03_6_Creating_QR_Codes_for_Addresses.md

This commit is contained in:
Shannon Appelcline 2026-02-19 14:38:14 -10:00 committed by GitHub
parent 88e2ed14e3
commit 61bbc29499
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ Working with digital currency means never trusting anything. That's because ther
First, decode it and see what it really says. This can often be done with a mobile device: scan the code and most modern devices should show you what it says: First, decode it and see what it really says. This can often be done with a mobile device: scan the code and most modern devices should show you what it says:
![](/images/03-qraddress-photo.jpg) <img src="/images/03-qraddress-photo.jpg" width=150>
Second, check the text of the QR with the person who sent it to you. For addresses, checking the first several and last several addresses can be enough. In this case the QR sender could check the address against his wallet with `getaddressesbylabel` and see that `tb1qguyxx...93xk3nhu` is indeed in there. Second, check the text of the QR with the person who sent it to you. For addresses, checking the first several and last several addresses can be enough. In this case the QR sender could check the address against his wallet with `getaddressesbylabel` and see that `tb1qguyxx...93xk3nhu` is indeed in there.