Add currency option to config schema
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
71ead214b7
commit
ddc2cd08d5
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
||||||
"auth_key"
|
"auth_key"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"currency": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
"miner": {
|
"miner": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue