taler-docs

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

commit 37fd5898429f0cf7c2b666928907c5f129cabb55
parent 0a10558ad7e600eebe43dfdcc6ddef0da6ac6ece
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  9 Jul 2026 22:04:33 +0200

clarify field is returned even if challenge was not yet created

Diffstat:
Mcore/challenger/post-authorize-NONCE.rst | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/core/challenger/post-authorize-NONCE.rst b/core/challenger/post-authorize-NONCE.rst @@ -68,18 +68,16 @@ changes_left: Integer; // when we would re-transmit the challenge the next - // time (at the earliest) if requested by the user - // only present if challenge already created + // time (at the earliest) if requested by the user; + // only meaningful if challenge already created // @since **v2** retransmission_time: Timestamp; // how many times might the PIN still be retransmitted - // only present if challenge already created // @since **v2** pin_transmissions_left: Integer; // how many times might the user still try entering the PIN code - // only present if challenge already created // @since **v2** auth_attempts_left: Integer; }