Kixunil / tonic_lnd

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

Optional Wallet RPC under feature gate #28

Closed okjodom closed 1 year ago

okjodom commented 1 year ago

Make Wallet RPC optionally available under walletrpc feature gate.

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

Partial fix to #26 Merge after #27

okjodom commented 1 year ago

closed in favor of #29