taler-docs

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

commit 682b6d7eb0bfbb753245161172bd9f5a732b32f5
parent 9daf17404255125dbcdf0f37a045cbd671bdbba3
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu, 18 Feb 2016 15:50:15 +0100

remove duplicate value in struct

Diffstat:
Mapi-mint.rst | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/api-mint.rst b/api-mint.rst @@ -80,10 +80,6 @@ possibly by using HTTPS. // When does the denomination key become valid? stamp_start: Timestamp; - // When is it no longer possible to withdraw fresh coins - // of this denomination? - stamp_expire_withdraw: Timestamp; - // When is it no longer possible to deposit coins // of this denomination? stamp_expire_withdraw: Timestamp;