commit f0f8e4b873acf06cd7ac3dc5ef221bb3ab361fa1
parent f761f3632785807fb6154e94dd6c5dee47b6a6a3
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 18 Oct 2016 11:44:15 +0200
FIXME
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api-exchange.rst b/api-exchange.rst
@@ -360,7 +360,7 @@ exchange.
// `base32`_ encoding of `TALER_WithdrawRequestPS`_ with purpose TALER_SIGNATURE_WALLET_RESERVE_WITHDRAW. This field appears only if `type` is "WITHDRAW".
details?: string;
- // Signature over the transaction `details`.
+ // Signature over the transaction `details` (FIXME: Which transaction, which details?).
signature?: EddsaSignature;
}