From 3ff710ad2b4007849c69851199e3c86070ff96d4 Mon Sep 17 00:00:00 2001 From: fabgat Date: Sun, 3 Jan 2021 19:24:20 +0100 Subject: [PATCH] Update monero.json Just update includeHeight from false to true, so that client will receive the height on mining blocks. --- config_examples/monero.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/monero.json b/config_examples/monero.json index fa0e796..52ed6e2 100644 --- a/config_examples/monero.json +++ b/config_examples/monero.json @@ -12,7 +12,7 @@ "cnAlgorithm": "randomx", "cnVariant": 0, "cnBlobType": 0, - "includeHeight": false, + "includeHeight": true, "isRandomX": true, "logging": {