From 9c6038ecb9b80f244b9b47d5acf68a92be9b9e1f Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 2 Nov 2021 16:18:33 +0100 Subject: fix upload_fees in docs --- doc/sphinx/reducer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/sphinx/reducer.rst b/doc/sphinx/reducer.rst index 9728d7d..c9357c9 100644 --- a/doc/sphinx/reducer.rst +++ b/doc/sphinx/reducer.rst @@ -1160,7 +1160,7 @@ expiration time and cost calculation will be updated. { "backup_state": "SECRET_EDITING", "expiration" : { "t_ms" : 1245362362 }, - "upload_fees" : [ { "fee": "KUDOS:43" } ] + "upload_fees" : ["KUDOS:43"] } -- cgit v1.2.3