summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-15 15:19:37 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-15 15:19:47 +0100
commit830f60f493a84244533912864a11cca5e02955b7 (patch)
tree9735b2669d77c396849a1b9406ebf53db1ad4e15
parent9fbedda73e00e0643ec712ef3ad4d4dfce00968d (diff)
downloaddocs-830f60f493a84244533912864a11cca5e02955b7.tar.gz
docs-830f60f493a84244533912864a11cca5e02955b7.tar.bz2
docs-830f60f493a84244533912864a11cca5e02955b7.zip
add timestamp for /reserve/status deposit events
-rw-r--r--api-exchange.rst2
1 files changed, 1 insertions, 1 deletions
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;
}