Skip to content

Commit

Permalink
Use lnrpc ruby gem
Browse files Browse the repository at this point in the history
So we no longer need the rpc files directly and we can make use of the
lnrpc sugar.
  • Loading branch information
bumi committed Jul 8, 2019
1 parent 4d43db0 commit 0966e41
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3,003 deletions.
3 changes: 1 addition & 2 deletions lib/rack/lightning.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "rack/lightning/version"
require 'digest'

require 'rack/lightning/rpc_services_pb'
require 'lnrpc'

module Rack
class Lightning
Expand Down
Loading

0 comments on commit 0966e41

Please sign in to comment.