-
Notifications
You must be signed in to change notification settings - Fork 4
Allow the Staker to Accept openClaim #96
Copy link
Copy link
Open
Description
Problem
-
The current implementation requires 3 transactions in order to settle on an
openClaim. Two scenarios include:a) Claimant calls
openClaim, Claimant callsproposeSettlement, Staker callsacceptSettlement
b) Claimant callsopenClaim, Staker callsproposeSettlement, Claimant callsacceptSettlement
Solution
- Add a function (ex.
acceptClaim) where the Staker can accept the Claimant's openClaim. This will minimize the flow from 3 transactions to 2 transactions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels