Skip to content

Commit 53b3745

Browse files
committed
fix(docs): correct event name in redemption default guide from RedemptionPaymentCompleted to RedemptionPerformed
1 parent ce6b5e3 commit 53b3745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fassets/developer-guides/10-fassets-redemption-default.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ From this event, you can obtain the following:
4747
- `lastUnderlyingTimestamp` — the **deadline** on the underlying chain for submitting the redemption payment.
4848

4949
You should wait until this deadline is passed and then check whether the agent has paid the redemption payment in the underlying chain.
50-
The [`RedemptionPaymentCompleted`](/fassets/reference/IAssetManagerEvents#redemptionpaymentcompleted) event is emitted by the Asset Manager contract when the redemption payment is completed.
50+
The [`RedemptionPerformed`](/fassets/reference/IAssetManagerEvents#redemptionperformed) event is emitted by the Asset Manager contract when the redemption payment is completed.
5151

5252
## Handling Non-Payment
5353

0 commit comments

Comments
 (0)