taler-docs

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

commit ac374fef4646cad330747dc3ddebbc8ab6bc7471
parent af6a47d160e1a7cda6b8a7b9429275dea475fd3f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Jun 2024 00:34:53 +0200

-can be NULL

Diffstat:
Mcore/api-exchange.rst | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -1538,8 +1538,9 @@ and freeze or unfreeze accounts suspected of money laundering. // Row ID of the record. Used to filter by offset. rowid: Integer; - // Justification for the decision. - justification: string; + // Justification for the decision. NULL if none + // is available. + justification?: string; // When was the decision made? decision_time: Timestamp;