Hacker News new | ask | show | jobs
by DennisP 1830 days ago
They're correct. The blockchain just records that the funds were sent to your address. To spend the funds you have to show the public key which hashes to that address, in another transaction signed by the private key.

If the sender wanted to send you a private message, they would need your public key, but that's not what transactions do.

1 comments

Fair enough, thank you.