Hacker News new | ask | show | jobs
by zouppen 4358 days ago
In the pilot we are just forwarding the transactions as they come. But in future we may send extra information if we receive a transaction trying to reuse already used transaction. That will help in the race condition you described: 1. wait for a transaction 2: wait some seconds if there comes an alert about other transactions trying to consume the same inputs.

That might help, but this is an issue which can be addressed after the pilot starts.