summaryrefslogtreecommitdiff
path: root/src/include/taler_exchange_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/taler_exchange_service.h')
-rw-r--r--src/include/taler_exchange_service.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/include/taler_exchange_service.h b/src/include/taler_exchange_service.h
index d1d6f3bda..f65cf2a01 100644
--- a/src/include/taler_exchange_service.h
+++ b/src/include/taler_exchange_service.h
@@ -711,9 +711,14 @@ struct TALER_EXCHANGE_ReserveHistory
json_t *sender_account_details;
/**
- * Wire transfer details for the incoming transfer.
+ * Information that uniquely identifies the wire transfer.
*/
- json_t *transfer_details;
+ void *wire_reference;
+
+ /**
+ * Number of bytes stored in @e wire_reference.
+ */
+ size_t wire_reference_size;
} in_details;