mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
Changelog-Added: JSON-RPC: newaddr: p2tr option to create taproot addresses. Changelog-Changed: Wallet: we now use taproot change addresses.
16 lines
276 B
JSON
16 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"
|
|
]
|
|
}
|
|
}
|
|
}
|