Files
lightning/lightningd
lisa neigut cac5a0cd1d plugins: use stricter parsing for option values
also: convert the stored int value from 'int' to 's64'

atoi fails silently, returning a zero. instead we use the more robust
strtoll which will allow us fail with an error.

we also make the parsing for bools stricter, only allowing plausibly
boolean values to parse.
2020-03-10 13:25:36 +10:30
..
2017-10-20 18:31:32 +02:00
2019-12-12 15:03:53 +01:00
2020-01-31 06:02:47 +00:00