Skip to content

Commit

Permalink
EIP-6123, removed TradeSettlementPhase event cause its replaced by Se…
Browse files Browse the repository at this point in the history
…ttlementEvaluated
  • Loading branch information
Julius278 committed Oct 21, 2024
1 parent 99e73e2 commit af562b1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions ERCS/erc-6123.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,14 +223,6 @@ Emitted when a settlement is requested. May trigger the settlement phase.
event SettlementRequested(address initiator, string tradeData, string lastSettlementData);
```

#### TradeSettlementPhase

Emitted when Settlement phase is initiated

```solidity
event TradeSettlementPhase();
```

#### SettlementEvaluated

Emitted when the settlement phase is started.
Expand Down
5 changes: 0 additions & 5 deletions assets/erc-6123/contracts/ISDC.sol
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,6 @@ interface ISDC {
*/
event SettlementRequested(address initiator, string tradeData, string lastSettlementData);

/**
* @dev Emitted when Settlement phase is initiated
*/
event TradeSettlementPhase();

/**
* @dev Emitted when Settlement has been valued and settlement phase is initiated
* @param initiator the address of the requesting party
Expand Down

0 comments on commit af562b1

Please sign in to comment.