Files
palladum-lightning/plugins
Rusty Russell 46ba105518 plugins/sql: make columns an array of pointers.
`struct column` has a dynamically allocated member, which is neater if
it is a tal object itself (we allocated the member off the array, instead).
We're about to add two new members, so clean this up first.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-01-26 10:30:22 +10:30
..
2024-01-24 14:42:45 +10:30
2023-08-21 10:35:41 +09:30
2023-09-21 20:08:24 +09:30
2023-09-21 20:08:24 +09:30
2024-01-26 10:30:22 +10:30
2023-09-21 20:08:24 +09:30
2024-01-26 10:30:22 +10:30
2023-09-21 20:08:24 +09:30

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).