1
0
mirror of https://github.com/bumi/lnrpc synced 2026-02-15 23:57:49 +00:00

Merge pull request #1 from iraszl/iraszl-patch-1

Fix typo in README.md
This commit is contained in:
Ivan Raszl
2021-07-14 11:15:28 +08:00
committed by GitHub

View File

@@ -75,7 +75,7 @@ lnd = Lnrpc::Client.new({credentials_path: '/path/to.cert.cls', macaroon_path: '
lnd.lightning # => Lnrpc::Lightning::Stub lnd.lightning # => Lnrpc::Lightning::Stub
lnd.router # => Lnrpc::Router::Stub lnd.router # => Lnrpc::Router::Stub
lnd.ligthning.get_info lnd.lightning.get_info
``` ```
Also have a look at [examples.rb](https://github.com/bumi/lnrpc/blob/master/examples.rb) Also have a look at [examples.rb](https://github.com/bumi/lnrpc/blob/master/examples.rb)