commit 9c6038ecb9b80f244b9b47d5acf68a92be9b9e1f parent 23a662ba497f177e40164972b6cdefbce0bd2118 Author: Florian Dold <florian@dold.me> Date: Tue, 2 Nov 2021 16:18:33 +0100 fix upload_fees in docs Diffstat:
| M | doc/sphinx/reducer.rst | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"] }