mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
35f12b4ca1
v2 opens require you to use native segwit inputs Changelog-Added: JSONRPC: `upgradewallet` command, sweeps all p2sh-wrapped outputs to a native segwit output
19 lines
423 B
JSON
19 lines
423 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"feerate": {
|
|
"type": "feerate",
|
|
"description": "Feerate for the upgrade transaction",
|
|
"added": "v23.02"
|
|
},
|
|
"reservedok": {
|
|
"type": "boolean",
|
|
"description": "Include already reserved funds or not",
|
|
"added": "v23.02"
|
|
}
|
|
}
|
|
}
|