Skip to content

Commit

Permalink
Merge branch 'dev' into fix/bonded-response-release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xShaito committed Oct 24, 2024
2 parents 43e8be6 + ed60e2e commit d83fa3c
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ contract BondEscalationModule is Module, IBondEscalationModule {
// Refund the disputer, the bond escalation status stays Escalated
_newStatus = BondEscalationStatus.Escalated;
_params.accountingExtension.release({
_requestId: _dispute.requestId,
_bonder: _dispute.disputer,
_requestId: _dispute.requestId,
_token: _params.bondToken,
_amount: _params.bondSize
});
Expand Down
Loading

0 comments on commit d83fa3c

Please sign in to comment.