Skip to content

Commit

Permalink
feat: bond escalation resolution (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xng authored Jun 23, 2023
1 parent bccc9ff commit e025c12
Show file tree
Hide file tree
Showing 4 changed files with 1,284 additions and 0 deletions.
1 change: 1 addition & 0 deletions solidity/contracts/extensions/BondEscalationAccounting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ contract BondEscalationAccounting is AccountingExtension, IBondEscalationAccount
pledges[_requestId][_disputeId][_token] += _amount;
}

// TODO: add _disputeId parameter
emit Pledge(_pledger, _requestId, _token, _amount);
}

Expand Down
Loading

0 comments on commit e025c12

Please sign in to comment.