core-lightning/cli
Rusty Russell 12731c4a60 json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full
These are only supposed to be used when you want the token contents including
surrounding "".  We should use this when reporting errors, but usually
we just want to access the tok members directly.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-12-20 03:22:32 +00:00
..
test common/json: move JSON creation routines into lightningd/ 2018-10-19 22:02:11 +00:00
lightning-cli.c json_tok_len, json_tok_contents: rename to json_tok_full_len and json_tok_full 2018-12-20 03:22:32 +00:00
Makefile common/json: only maintain array of nested types if DEVELOPER mode. 2018-10-19 22:02:11 +00:00