Kixunil / tonic_lnd

Rust implementation of LND RPC client using async GRPC library `tonic`
31 stars 44 forks source link

Optional Lightning RPC under feature gate #27

Closed okjodom closed 1 year ago

okjodom commented 1 year ago
  1. Make Lightning RPC optionally available under lightningrpc feature gate.

    Usage: cargo run --features=lightningrpc --example getinfo <host> <port> <tls.cert> <file.macaroon>

Partial fix to #26

okjodom commented 1 year ago

closed in favor of #29