You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this implementation transactions are not included in the block but replaced with transaction id. There should be a timeout for a transaction to get its first verification. If it is older than that, it should be retransmitted with the block it belongs. For practical reasons, timeout should be longer for 10 minutes (average block interval) but shorter than 30 minutes (you must wait this long before receiving a valid blockchain).
The text was updated successfully, but these errors were encountered:
In this implementation transactions are not included in the block but replaced with transaction id. There should be a timeout for a transaction to get its first verification. If it is older than that, it should be retransmitted with the block it belongs. For practical reasons, timeout should be longer for 10 minutes (average block interval) but shorter than 30 minutes (you must wait this long before receiving a valid blockchain).
The text was updated successfully, but these errors were encountered: