shuijian-xu / bitcoin

0 stars 0 forks source link

what if the sender sends the same coins to multiple people? #259

Open shuijian-xu opened 4 years ago

shuijian-xu commented 4 years ago

Implementing this rule would be easy (earliest transaction is valid, subsequent transactions that conflict are invalid) if we could order transactions one at a time.