diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-11 15:38:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-11 15:38:46 +0200 |
commit | 6f48bb0fcaf3c6b79bf6a715a6348d6badeffaca (patch) | |
tree | 907f23c2edf27509a083c035d0d884bf360197c0 | |
parent | addeaf34f55f0d16dbbab5f36e9936efdc1b6e23 (diff) | |
download | docs-6f48bb0fcaf3c6b79bf6a715a6348d6badeffaca.tar.gz docs-6f48bb0fcaf3c6b79bf6a715a6348d6badeffaca.tar.bz2 docs-6f48bb0fcaf3c6b79bf6a715a6348d6badeffaca.zip |
-remove truth expiration from /config
-rw-r--r-- | anastasis.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/anastasis.rst b/anastasis.rst index 10448a3..2fae8c0 100644 --- a/anastasis.rst +++ b/anastasis.rst @@ -535,10 +535,6 @@ Receiving Configuration // Payment required to upload truth. To be paid per upload. truth_upload_fee: Amount; - // How long until the service expires deposited truth - // (unless refreshed via another POST)? - truth_lifetime: RelativeTime; - // Limit on the liability that the provider is offering with // respect to the services provided. liability_limit: Amount; |