From 3ce9f7786cda8a81faf34a859a3be7a43798ced8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 24 Aug 2022 10:16:41 +0200 Subject: -field is optional --- core/api-exchange.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/api-exchange.rst') diff --git a/core/api-exchange.rst b/core/api-exchange.rst index 32ac620a..9fafa3e3 100644 --- a/core/api-exchange.rst +++ b/core/api-exchange.rst @@ -3488,8 +3488,8 @@ Wallet-to-wallet transfers // purse will (have been) merged with the account. balance: Amount; - // Time of the merge, possibly "never". - merge_timestamp: Timestamp; + // Time of the merge, missing if "never". + merge_timestamp?: Timestamp; // Time of the deposits being complete, possibly "never". // Note that this time may not be "stable": once sufficient -- cgit v1.2.3