mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
This is a cosmetic change only. No functional changes. I shortened the names of macros and changed param_parse() to param(). Also went through params.h with a fine-toothed comb and updated the comments to reflect the current API. I wanted to change the files: params.c -> param.c params.h -> param.h run-params.c -> run->param.c but that confused `git diff` for params.h so its best left for another PR. I'm keeping #1682 updated locally with all these changes. Signed-off-by: Mark Beckwith <wythe@intrig.com>