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
{{ message }}
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Currently, we are returning from submitting / cashing a cheque right after we get the first confirmation. Due to the nature of the blockchain we should wait 25 blocks to be reasonably certain that the transaction will always be part of the longest chain.
If we don't do this, we risk that our transaction becomes orphaned and the swarm peer will not be aware of this.
Currently, we are returning from submitting / cashing a cheque right after we get the first confirmation. Due to the nature of the blockchain we should wait 25 blocks to be reasonably certain that the transaction will always be part of the longest chain.
If we don't do this, we risk that our transaction becomes orphaned and the swarm peer will not be aware of this.