v0.5.2-pre.006-fix-010

This commit is contained in:
2026-08-11 12:03:35 +02:00
parent 1ee1d0297d
commit 56572cec40
67 changed files with 2484 additions and 539 deletions

View File

@@ -465,6 +465,7 @@
"additionalProperties": false,
"required": [
"wallet_dir",
"temporary_wallet_dir",
"cluster",
"temporary_wallet_enabled",
"temporary_wallet_alias",
@@ -474,6 +475,9 @@
"wallet_dir": {
"$ref": "#/$defs/non_empty_string"
},
"temporary_wallet_dir": {
"$ref": "#/$defs/non_empty_string"
},
"cluster": {
"$ref": "#/$defs/non_empty_string"
},