summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2021-09-08 16:59:20 +0200
committerChristian Grothoff <grothoff@gnunet.org>2021-09-08 16:59:20 +0200
commit3aaf257d6d703dab33fe1e6c2e4837e90f3d24a7 (patch)
tree445a2b8e2ad6b9d8a20b949b44c2130ee87e1c90
parent147f8fec9582aa14fde8f405cebd2a3f5df7a69d (diff)
downloaddocs-3aaf257d6d703dab33fe1e6c2e4837e90f3d24a7.tar.gz
docs-3aaf257d6d703dab33fe1e6c2e4837e90f3d24a7.tar.bz2
docs-3aaf257d6d703dab33fe1e6c2e4837e90f3d24a7.zip
add liability limit to sync spec
-rw-r--r--core/api-sync.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/api-sync.rst b/core/api-sync.rst
index e3388cb7..759a4c3f 100644
--- a/core/api-sync.rst
+++ b/core/api-sync.rst
@@ -1,6 +1,6 @@
..
This file is part of GNU TALER.
- Copyright (C) 2018, 2019 Taler Systems SA
+ Copyright (C) 2018-2021 Taler Systems SA
TALER is free software; you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free Software
@@ -127,6 +127,9 @@ Receiving Terms of Service
// Fee for an account, per year.
annual_fee: Amount;
+ // Maximum liability of the provider in case of data loss.
+ liability_limit: Amount;
+
// libtool-style representation of the Sync protocol version, see
// https://www.gnu.org/software/libtool/manual/html_node/Versioning.html#Versioning
// The format is "current:revision:age".