Based on Satoshi's paper here - https://bitcoin.org/bitcoin.pdf though blocks have proof-of-work transactions do not. The code here checks the POW on the transactions as well - https://github.com/izqui/blockchain/blob/master/core/transaction.go#L58
Am I missing something here? Please let me know. Thank you in advance.
Based on Satoshi's paper here - https://bitcoin.org/bitcoin.pdf though blocks have proof-of-work transactions do not. The code here checks the POW on the transactions as well - https://github.com/izqui/blockchain/blob/master/core/transaction.go#L58
Am I missing something here? Please let me know. Thank you in advance.