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
The client currently accepts escrow conditions locked as soon as it gets a response from the coordinator after submitting the contract. This could lead to the client accepting a EscrowRegistration even though it is of a different contract. A simple check of the local contract hash against the returned escrow_id_hex in EscrowRegistration sent by the coordinator solves this.
The text was updated successfully, but these errors were encountered:
The client currently accepts escrow conditions locked as soon as it gets a response from the coordinator after submitting the contract. This could lead to the client accepting a EscrowRegistration even though it is of a different contract. A simple check of the local contract hash against the returned escrow_id_hex in EscrowRegistration sent by the coordinator solves this.
The text was updated successfully, but these errors were encountered: