From 830f60f493a84244533912864a11cca5e02955b7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Jan 2018 15:19:37 +0100 Subject: add timestamp for /reserve/status deposit events --- api-exchange.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-exchange.rst b/api-exchange.rst index 8950d1b4..d0b215e2 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -465,7 +465,7 @@ exchange. // Public key of the coin that was paid back; only present if type is "PAYBACK". coin_pub?: CoinPublicKey; - // Timestamp when the exchange received the /payback or executed the wire transfer. Only present if `type` is "PAYBACK" or "CLOSING". + // Timestamp when the exchange received the /payback or executed the wire transfer. Only present if `type` is "DEPOSIT", "PAYBACK" or "CLOSING". timestamp?: Timestamp; } -- cgit v1.2.3