summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-02 16:22:53 +0100
committerFlorian Dold <florian@dold.me>2021-11-02 16:22:53 +0100
commita0f3ba36bbd286e80ef5df612a3348463c0e6bc4 (patch)
tree9b4a5a7c68a338e3011edbd59ebdec3b2147b2aa /doc
parent9c6038ecb9b80f244b9b47d5acf68a92be9b9e1f (diff)
downloadanastasis-a0f3ba36bbd286e80ef5df612a3348463c0e6bc4.tar.gz
anastasis-a0f3ba36bbd286e80ef5df612a3348463c0e6bc4.tar.bz2
anastasis-a0f3ba36bbd286e80ef5df612a3348463c0e6bc4.zip
docs: we actually use the fee label
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/reducer.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst
index c9357c9..1c69971 100644
--- a/doc/sphinx/reducer.rst
+++ b/doc/sphinx/reducer.rst
@@ -1055,7 +1055,7 @@ The reducer will simply transition to the ``SECRET_EDITING`` state:
{
"backup_state": "SECRET_EDITING",
- "upload_fees" : [ "KUDOS:42" ],
+ "upload_fees" : [ { "fee": "KUDOS:42" } ],
"expiration" : { "t_ms" : 1245362362 }
}
@@ -1101,7 +1101,7 @@ be updated.
"mime" : "text/plain"
},
"expiration" : { "t_ms" : 1245362362 },
- "upload_fees" : [ "KUDOS:42" ]
+ "upload_fees" : [ { "fee": "KUDOS:42" } ]
}
@@ -1160,7 +1160,7 @@ expiration time and cost calculation will be updated.
{
"backup_state": "SECRET_EDITING",
"expiration" : { "t_ms" : 1245362362 },
- "upload_fees" : ["KUDOS:43"]
+ "upload_fees" : [ { "fee": "KUDOS:43" } ]
}