Skip to content

gRPC getinfo returns our_features=None, yet lightning-cli getinfo returns some features #6635

@sr-gi

Description

@sr-gi

Issue and Steps to Reproduce

Trying to call getinfo through grpc is returning None for our_features, yet, if called via lightning-cli getinfo for the same node the field contains some data.

getinfo output

{
   "id": "03f5438cd223f194e1a91b8cbde5acc3609ba28f950c230bdae87131e69b02f6b9",
   "alias": "bob",
   "color": "03f543",
   "num_peers": 3,
   "num_pending_channels": 0,
   "num_active_channels": 2,
   "num_inactive_channels": 1,
   "address": [],
   "binding": [
      {
         "type": "ipv4",
         "address": "172.19.0.3",
         "port": 19846
      }
   ],
   "version": "v0.12.0",
   "blockheight": 1021,
   "network": "regtest",
   "msatoshi_fees_collected": 0,
   "fees_collected_msat": "0msat",
   "lightning-dir": "/home/clightning/.lightning/regtest",
   "our_features": {
      "init": "08a000080269a2",
      "node": "88a000080269a2",
      "channel": "",
      "invoice": "02000000024100"
   }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions