mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
182a9cdcb6
rename is necessary to roundtrip, otherwise the rust name is used. This also remove the rename if they are not necessary. Note that: ``` #[serde(rename="foo", skip_serializing_if=="bar")] pub field: bool, ``` is equivalent to: ``` #[serde(rename="foo")] #[serde(skip_serializing_if=="bar")] pub field: bool, ``` and for simplicity of construction the latter is used |
||
---|---|---|
.. | ||
docker | ||
init | ||
keys | ||
msggen | ||
plugins | ||
pylightning | ||
pyln-client | ||
pyln-proto | ||
pyln-spec | ||
pyln-testing | ||
reprobuild | ||
sanitizer_suppressions | ||
bootstrap-node.sh | ||
giantnode.py | ||
lightning-cli.bash-completion | ||
short_channel_id-to-txid.sh | ||
startup_regtest.sh |