1
0
mirror of https://github.com/bumi/lnrpc synced 2025-07-06 20:15:53 +00:00

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

Edit Broken Link in README.md
This commit is contained in:
bumi 2019-03-04 09:32:44 +00:00 committed by GitHub
commit 3f5dd0f3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ puts response.alias
### Client wrapper ### 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. initializing the gRPC client easier and removes the need for some boilerplate code for calling RPC methods.
#### Example #### Example