mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
4b70736d13
Changelog-Added: JSON-RPC: newaddr: p2tr option to create taproot addresses. Changelog-Changed: Wallet: we now use taproot change addresses.
17 lines
276 B
JSON
17 lines
276 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"addresstype": {
|
|
"type": "string",
|
|
"enum": [
|
|
"bech32",
|
|
"p2tr",
|
|
"all"
|
|
]
|
|
}
|
|
}
|
|
}
|