mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
short_channel_id_dir: new primitive for one direction of short_channel_id
Currently only used by gossipd for channel elimination. Also print them in canonical form (/[01]), so tests need to be changed. Suggested-by: @cdecker Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
80753bfbd5
commit
9f1f79587e
@@ -557,7 +557,7 @@ static struct command_result *json_pay_try(struct pay *pay)
|
||||
pay->msatoshi + overpayment,
|
||||
pay->riskfactor,
|
||||
pay->min_final_cltv_expiry,
|
||||
&pay->fuzz, NULL, NULL,
|
||||
&pay->fuzz, NULL,
|
||||
ROUTING_MAX_HOPS);
|
||||
subd_req(pay->try_parent, cmd->ld->gossip, req, -1, 0, json_pay_getroute_reply, pay);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user