|
|
|
|
|
by shazow
5515 days ago
|
|
Someone correct me if I'm wrong, but I don't think transaction verification is tied to generating new blocks. From how I understand it, verification involves: 1. Confirming the privately-signed transaction against the public key of the source wallet (transactions not forged). 2. Confirming against the historical transaction chain that the coins actually belong to the source wallet (coins not forged). 3. Passing the verified transaction along to other peers. |
|
Prior to being included in a block, it's entirely possible for the payer to issue the same money to multiple recipients. Once it's in, it's assured that only one is included, and others are therefore invalid. So it's in recipients' best interests to wait for a few blocks before totally accepting something as "paid".