1
0
mirror of https://github.com/bumi/rack-lightning synced 2026-02-25 12:20:51 +00:00

Use lnrpc ruby gem

So we no longer need the rpc files directly and we can make use of the
lnrpc sugar.
This commit is contained in:
2019-07-08 23:14:26 +02:00
parent 4d43db0bef
commit 0966e41ee5
5 changed files with 2 additions and 3003 deletions

View File

@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_dependency "grpc", ">= 1.16.0"
spec.add_dependency "lnrpc", "= 0.6.1"
spec.add_dependency "rack"
end