Skip to content

Commit

Permalink
docs: update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gas1cent committed Nov 13, 2024
1 parent c1181ca commit 8eb7125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/modules/dispute/BondedDisputeModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ contract BondedDisputeModule is Module, IBondedDisputeModule {
IOracle.DisputeStatus _status = ORACLE.disputeStatus(_disputeId);

if (_status == IOracle.DisputeStatus.NoResolution) {
// No resolution, we release both bonds
// No resolution, we release the disputer's bond
_params.accountingExtension.release({
_bonder: _dispute.disputer,
_requestId: _dispute.requestId,
Expand Down

0 comments on commit 8eb7125

Please sign in to comment.