commit a0f3ba36bbd286e80ef5df612a3348463c0e6bc4
parent 9c6038ecb9b80f244b9b47d5acf68a92be9b9e1f
Author: Florian Dold <florian@dold.me>
Date: Tue, 2 Nov 2021 16:22:53 +0100
docs: we actually use the fee label
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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" } ]
}