Kixunil / tonic_lnd

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

Optional Peers RPC under feature gate #37

Closed okjodom closed 1 year ago

okjodom commented 1 year ago

Make Peers RPC optionally available under peersrpc feature gate.

Partial fix to #26 Merge after #28

okjodom commented 1 year ago

closed in favor of #29