1
0
mirror of https://github.com/bumi/lnrpc synced 2025-07-08 04:36:00 +00:00

Edit Broken Link in README.md

This commit is contained in:
ryan-lingle 2019-03-03 17:56:52 -05:00 committed by GitHub
parent 35a7d0a7b9
commit bf8978969d
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