Create and populate nodes_socket table

This commit is contained in:
nymkappa
2022-08-13 10:24:11 +02:00
parent f55cbe11af
commit 3e9543f0b6
7 changed files with 107 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ export function convertNode(clNode: any): ILightningApi.Node {
network: addr.type,
addr: `${addr.address}:${addr.port}`
};
}),
}) ?? [],
last_update: clNode?.last_timestamp ?? 0,
};
}