mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
pay, wallet: rename internal bolt11 vars to invstring.
And handle bolt12 strings if EXPERIMENTAL_FEATURES. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
4c4288e3e5
commit
a33e39b7e8
@@ -159,7 +159,7 @@ static struct command_result *json_keysend(struct command *cmd, const char *buf,
|
||||
p->routes = NULL;
|
||||
p->min_final_cltv_expiry = DEFAULT_FINAL_CLTV_DELTA;
|
||||
p->features = NULL;
|
||||
p->bolt11 = NULL;
|
||||
p->invstring = NULL;
|
||||
p->why = "Initial attempt";
|
||||
p->constraints.cltv_budget = *maxdelay;
|
||||
p->deadline = timeabs_add(time_now(), time_from_sec(*retryfor));
|
||||
|
||||
Reference in New Issue
Block a user