taler-docs

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

commit 9aa87cc5e61007ad1ba715270f5e84332030ef44
parent 1235c2345357c032163a3335cb80c11d5f58d3c4
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 26 Nov 2021 12:06:36 -0300

sync doc with code

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

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -607,7 +607,7 @@ Get Terms of Service interface GetExchangeTosResult { // Markdown version of the current ToS. - tos: string; + content: string; // Version tag of the current ToS. currentEtag: string;