taler-docs

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

commit 12f631d5eb75bd406893ea63415987f44fa3321f
parent 915b02988ad48c6cb39a1101354dd9e596c784ed
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Mon,  4 Aug 2025 17:10:37 +0200

clarify this is always negative

Diffstat:
Mcore/api-merchant.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4744,9 +4744,9 @@ Creating token families // or 365 days (1 year). validity_granularity: RelativeTime; - // Offset to add to the start time rounded to ``validity_granularity`` + // Offset to subtract from the start time rounded to ``validity_granularity`` // to compute the actual start time for a key. - // Default is zero. + // Default is zero. start_offset?: RelativeTime; // Kind of the token family. @@ -4923,7 +4923,7 @@ Inspecting token families // The end is then computed by adding the ``duration``. validity_granularity: RelativeTime; - // Offset to subtract from the start time rounded to ``validity_granularity`` + // Offset in seconds to subtract from the start time rounded to ``validity_granularity`` // to compute the actual start time for a key. start_offset: RelativeTime;