You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to separate my channel segmentation into different files, with the goal to write into those dynamically.
I've been able to pull in node.id = file:///home/lnd/.config/test.list
with test.list formatting just as
When trying to apply similar logic to channel-IDs, none of the following worked: chan.id = file:///home/lnd/.config/test.list
in the main file, formatting of the pulled test.list with short channel IDs
717384x1380x2,
721770x2518x4
breaking with the following error: Ignored: invalid channel id '717384x1380x2,' in 'file:///home/lnd/.config/test.list'
Error evaluating criteria for channel 710983x401x1 in policy '<charge_lnd.policy.Policy object at 0x7f9c9e3a2be0>', ignoring channel. (Error=invalid literal for int() with base 10: 'chan.id = file')
Ignored: invalid channel id '763135836514680834,784400391425949697,795851805125050369' in 'file:///home/lnd/.config/test.list'
I'm trying to separate my channel segmentation into different files, with the goal to write into those dynamically.
I've been able to pull in
node.id = file:///home/lnd/.config/test.list
with
test.list
formatting just asWhen trying to apply similar logic to channel-IDs, none of the following worked:
chan.id = file:///home/lnd/.config/test.list
in the main file, formatting of the pulled
test.list
with short channel IDsbreaking with the following error:
Ignored: invalid channel id '717384x1380x2,' in 'file:///home/lnd/.config/test.list'
or with long channel IDs
breaks with the following errors
The policy section pulling it looks like this:
Perhaps I'm using the wrong channel format, but lndmanage, lncli or LNDg which I'm using for exporting the long format.
Any way this is a bug, or I'm just using the wrong output for filtering the channel-ID?
The text was updated successfully, but these errors were encountered: