道化とかの煽りはどうでもいいから、誰か送信処理の流れを教えてよ
https://en.bitcoin.it/wiki/Transactions
の、
When redeeming coins that have been sent to a Bitcoin address, the recipient provides both the signature and the public key.
The script verifies that the provided public key does hash to the hash in scriptPubKey, and then it also checks the signature against the public key.
ってどこらへんのことを指してる?