mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
JSON: remove handling of pre-Adelaide (B:T:N) short_channel_ids.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
714e7fb670
commit
acf3952acc
@@ -196,7 +196,7 @@ static bool channel_in_routehint(const struct route_info *routehint,
|
||||
{
|
||||
struct short_channel_id scid;
|
||||
|
||||
if (!short_channel_id_from_str(scidstr, scidlen, &scid, false))
|
||||
if (!short_channel_id_from_str(scidstr, scidlen, &scid))
|
||||
plugin_err("bad erring_channel '%.*s'",
|
||||
(int)scidlen, scidstr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user