Skip to content

Commit ec57d29

Browse files
committed
nitpicking
1 parent 37be79f commit ec57d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ethereum-contracts/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ subtask(TASK_COMPILE_GET_REMAPPINGS).setAction(
3838
}
3939
);
4040
```
41-
- CFASuperAppBase: `onFlowDeleted` is replaced by `onInFlowDeleted` and `onOutFlowDeleted`.
41+
- `CFASuperAppBase`: `onFlowDeleted` is replaced by `onInFlowDeleted` and `onOutFlowDeleted`.
4242
This is safer because the latter hook handles a case (outgoing flow being deleted by its receiver) which is often not expected.
4343
In the past, apps creating outflows had to explicitly distinguish between the 2 possible triggers in order to avoid potentially invalid state changes or even jailing.
4444
Most apps will want to implement just `onInFlowDeleted`.
45-
- CFASuperAppBase: added `flowRate` argument to `onFlowCreated` and `onFlowUpdated`.
45+
- `CFASuperAppBase`: added `flowRate` argument to `onFlowCreated` and `onFlowUpdated`.
4646
- PoolMemberNFT pruning: `IPoolMemberNFT` and `PoolMemberNFT` removed, `POOL_MEMBER_NFT()` removed from `ISuperToken`.
4747

4848
## [v1.13.0]

0 commit comments

Comments
 (0)