taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f0cb91b02388972129fa701bb73624f213aa3589
parent c773474c481eac80b77555e3c0ea3375c5231e4a
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date:   Thu, 13 Oct 2016 22:29:03 +0200

Integer->number

Diffstat:
Mapi-exchange.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api-exchange.rst b/api-exchange.rst @@ -823,7 +823,7 @@ the API during normal operation. gamma_tp: EddsaPublicKey; // Specific `gamma` value chosen by the exchange. - gamma: Integer; + gamma: number; }