Update monero.json

Just update includeHeight from false to true, so that client will receive the height on mining blocks.
This commit is contained in:
fabgat
2021-01-03 19:24:20 +01:00
committed by GitHub
parent 2d96f24bb0
commit 3ff710ad2b

View File

@@ -12,7 +12,7 @@
"cnAlgorithm": "randomx", "cnAlgorithm": "randomx",
"cnVariant": 0, "cnVariant": 0,
"cnBlobType": 0, "cnBlobType": 0,
"includeHeight": false, "includeHeight": true,
"isRandomX": true, "isRandomX": true,
"logging": { "logging": {