Skip to content

Commit

Permalink
Merge branch 'dev' into feat/standardized-timestamp-comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 4, 2024
2 parents 571f0a2 + ed60e2e commit 3e7af34
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 3e7af34

Please sign in to comment.