Giter Club home page Giter Club logo

Comments (2)

sr-gi avatar sr-gi commented on May 29, 2024

For more context, here are the return of both side by side:

> lightning-cli getinfo
{
   "id": "031756dff8da2ce1e449f2b0095cdbff8b34351fea557e40e67acc8e1cb7eb5374",
   "alias": "WRONGMONKEY-v0.12.1",
   "color": "031756",
   "num_peers": 1,
   "num_pending_channels": 0,
   "num_active_channels": 1,
   "num_inactive_channels": 0,
   "address": [],
   "binding": [
      {
         "type": "ipv6",
         "address": "::",
         "port": 19846
      }
   ],
   "version": "v0.12.1",
   "blockheight": 0,
   "network": "regtest",
   "msatoshi_fees_collected": 0,
   "fees_collected_msat": "0msat",
   "lightning-dir": "/Users/sergi/.lightning/regtest",
   "warning_bitcoind_sync": "Bitcoind is not up-to-date with network.",
   "our_features": {
      "init": "08a000080269a2",
      "node": "88a000080269a2",
      "channel": "",
      "invoice": "02000000024100"
   }
}
GetinfoResponse 
{ 
    id: [3, 23, 86, 223, 248, 218, 44, 225, 228, 73, 242, 176, 9, 92, 219, 255, 139, 52, 53, 31, 234, 85, 126, 64, 230, 122, 204, 142, 28, 183, 235, 83, 116], 
    alias: Some("WRONGMONKEY-v0.12.1"), 
    color: [3, 23, 86], 
    num_peers: 1, 
    num_pending_channels: 0, 
    num_active_channels: 1, 
    num_inactive_channels: 0, 
    version: "v0.12.1", 
    lightning_dir: "/Users/sergi/.lightning/regtest", 
    our_features: None, 
    blockheight: 0,
    network: "regtest", 
    fees_collected_msat: Some(Amount { msat: 0 }), 
    address: [], 
    binding: [
        GetinfoBinding { item_type: Ipv6, address: Some("::"), port: Some(19846), socket: None }
    ], 
    warning_bitcoind_sync: Some("Bitcoind is not up-to-date with network."), 
    warning_lightningd_sync: None 
}

from lightning.

sr-gi avatar sr-gi commented on May 29, 2024

Looks like this was an issue with the testing instance and not with the current version of cln-grpc

from lightning.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.