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.
In swap/swap.go sendCheque, we send a cheque to a peer, but never check whether sending the cheque succeeds.
The function sendCheque should take into account the possibility of sending not succeeding, attempt to re-send (if the error condition allows this) and not reset the balance if sending is not possible.