nodeinfo fix lnd

This commit is contained in:
kon 2021-01-17 17:13:09 +01:00
parent c6c14889eb
commit 9480ada135
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ let
info["id"] = f"{info['nodeid']}@{info['onion_address']}"
'';
lnd = mkInfo ''
info["nodeid"] = shell("lightning-cli getinfo | jq -r '.id'")
info["nodeid"] = shell("lncli getinfo | jq -r '.identity_pubkey'")
'';
electrs = mkInfo "";
spark-wallet = mkInfo "";