Rebased using the update lightning interfaces

This commit is contained in:
nymkappa
2022-08-01 19:42:33 +02:00
parent eb90434c28
commit 80f1ee45b5
3 changed files with 57 additions and 49 deletions

View File

@@ -249,7 +249,7 @@ export default class CLightningClient extends EventEmitter implements AbstractLi
return {
nodes: listnodes['nodes'].map(node => convertNode(node)),
channels: channelsList,
edges: channelsList,
};
}
}