1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-26 20:10:52 +00:00

Merge pull request #4 from ryan-lingle/patch-1

Edit Broken Link in README.md
This commit is contained in:
2019-03-04 09:32:44 +00:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ puts response.alias
### Client wrapper
An optional client wrapper ([Lnrpc::Client](https://github.com/bumi/lnrpc/blob/master/lib/lnrpc/client.rb")) makes
An optional client wrapper ([Lnrpc::Client](https://github.com/bumi/lnrpc/blob/master/lib/lnrpc/client.rb)) makes
initializing the gRPC client easier and removes the need for some boilerplate code for calling RPC methods.
#### Example