summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-07-12 13:03:55 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2022-07-12 13:03:55 +0200
commit35f94090e2fdd90d560da1fed5d1079dcd6eefd2 (patch)
treed9e557cef97f0bb61a1da64e6175241017896ba6 /core
parent6f0c1fcceed14dac5026e5984fef03e056849dbd (diff)
downloaddocs-35f94090e2fdd90d560da1fed5d1079dcd6eefd2.tar.gz
docs-35f94090e2fdd90d560da1fed5d1079dcd6eefd2.tar.bz2
docs-35f94090e2fdd90d560da1fed5d1079dcd6eefd2.zip
already paid response taldir relative
Diffstat (limited to 'core')
-rw-r--r--core/api-taldir.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/api-taldir.rst b/core/api-taldir.rst
index f65db03f..302d1d87 100644
--- a/core/api-taldir.rst
+++ b/core/api-taldir.rst
@@ -206,8 +206,8 @@ Address registration
interface AlreadyPaidResponse {
- // The date until which this registration is paid for
- valid_until: string;
+ // The remaining duration for which this registration is still paid for
+ valid_for: RelativeTime;
}