We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7509e3f commit 75a1a91Copy full SHA for 75a1a91
summary/test_summary.py
@@ -280,7 +280,7 @@ def test_summary_exclude(node_factory):
280
for k, v in expected.items():
281
assert(s[k] == v)
282
283
- scid = l1.rpc.listchannels()['channels'][0]['short_channel_id']
+ scid = l1.rpc.listpeerchannels()['channels'][0]['short_channel_id']
284
s = l1.rpc.summary(exclude=scid)
285
expected = {
286
'format-hint': 'simple',
0 commit comments