aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-24 00:22:46 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-24 00:22:46 +0530
commit5b8924b8cfe14909b778ec096b3d893a9dde8533 (patch)
treee5ec34d1bf1e0f99be3cfdc582824de3b7cdc299 /src/types
parent56ece296e0e13de3c796a4ac317c6ce9e4fd7c28 (diff)
downloadwallet-core-5b8924b8cfe14909b778ec096b3d893a9dde8533.tar.xz
logging
Diffstat (limited to 'src/types')
-rw-r--r--src/types/notifications.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types/notifications.ts b/src/types/notifications.ts
index 5d6d2ee11..945b86eea 100644
--- a/src/types/notifications.ts
+++ b/src/types/notifications.ts
@@ -203,6 +203,7 @@ export interface ReserveOperationErrorNotification {
export interface ReserveCreatedNotification {
type: NotificationType.ReserveCreated;
+ reservePub: string;
}
export interface PendingOperationProcessedNotification {