Files
pallectrum/electrum/tests
SomberNight 1d4e2ebed6 ConfigVar: add "converter" for getter, add use it for "proxy" key
fixes https://github.com/spesmilo/electrum/issues/8837

Alternatively we could do a config upgrade (convert_version_*) to fix that specific issue,
but they are not safe against downgrade-upgrade-again, so probably not the best choice for
crash-inducing values.
And this kind of converter is a generic solution that can be useful for other configvars later
(though for most usages I expect we will also need a converter for the setter).
2024-02-04 07:20:05 +00:00
..
2023-11-13 10:47:18 +01:00
2023-11-13 10:47:18 +01:00
2023-04-24 12:58:30 +00:00
2024-01-08 18:03:40 +00:00
2024-01-04 16:00:24 +00:00
2024-01-16 16:53:35 +00:00