mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Wallets: validate wallet YAML file using JSON Schema
This commit is contained in:
parent
0354fe0399
commit
ab641d7300
7 changed files with 361 additions and 3 deletions
|
@ -156,3 +156,9 @@ servers and be compatible with Tor.
|
|||
|
||||
To get a passing score, the wallet must avoid address reuse by using a new
|
||||
change address for each transaction.
|
||||
|
||||
### Schema validation
|
||||
|
||||
Wallet entries are validated against the schema in
|
||||
`quality-assurance/schemas/wallets.yaml` and you will find a
|
||||
description of every available option in that file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue