fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
19 stars 18 forks source link

add identity_uri to ln_info_lite #179

Closed cstenglein closed 1 year ago

rootzoll commented 1 year ago

OK with the PR #183 .. on my testing CLN this is now the reponse on lightning/get-info-lite

{
  "implementation": "CLN_GRPC_BLITZ",
  "version": "v22.11",
  "identity_pubkey": "02bdde0c54765ee3400a9a690c047ffd83fa3092da9abac073c243a04c64ab078c",
  "identity_uri": "02bdde0c54765ee3400a9a690c047ffd83fa3092da9abac073c243a04c64ab078c@fxsul3vwliwlvggg2k5ptsfr24f5abz7j4uszjagy3tghfgpdhwnviad.onion:9736",
  "num_pending_channels": 0,
  "num_active_channels": 0,
  "num_inactive_channels": 0,
  "num_peers": 0,
  "block_height": 768141,
  "synced_to_chain": null,
  "synced_to_graph": null
}