commit 9e46d2b8ec107163407edcef5e59fc7c04386113
parent f75bf60f1492ae89eb0bd1ca83014f6e56038fdf
Author: Florian Dold <florian@dold.me>
Date: Tue, 14 Jul 2026 12:38:36 +0200
tweak error handing notes
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wallet/wallet-error-handling.md b/wallet/wallet-error-handling.md
@@ -38,7 +38,8 @@ Two levels of error handling:
```
export interface TransactionStateTransitionNotification {
type: NotificationType.RequestProgress;
- progressId: string;
+ operation: string;
+ progressToken: string;
error: TalerErrorDetail;
nextRetryDelay: TalerProtocolDuration;
}