From ddc2cd08d5d1dd5dbb60d2922676eb89e14f76cd Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Mon, 25 Jan 2021 13:15:23 +0100 Subject: [PATCH] Add currency option to config schema Signed-off-by: Julien Riou --- config.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.schema.json b/config.schema.json index 2f4a5d5..cc26176 100644 --- a/config.schema.json +++ b/config.schema.json @@ -16,6 +16,9 @@ "auth_key" ] }, + "currency": { + "type": "string" + }, "miner": { "type": "string" },