Skip to content

Commit

Permalink
Merge pull request #23 from LNBIG-COM/master
Browse files Browse the repository at this point in the history
Update rpc.proto to LND 0.8.0-beta + some master commits after one
  • Loading branch information
bmancini55 authored Nov 3, 2019
2 parents 3a0231e + 7bcec7c commit 65eb4ed
Show file tree
Hide file tree
Showing 2 changed files with 243 additions and 38 deletions.
2 changes: 2 additions & 0 deletions lib/lnd-async.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let streamApis = new Set([
'subscribeChannelGraph',
'subscribeChannelEvents',
'subscribeChannelBackups',
'channelAcceptor',
]);

let callbackApis = new Set([
Expand Down Expand Up @@ -63,6 +64,7 @@ let callbackApis = new Set([
'restoreChannelBackups',
'estimateFee',
'listUnspent',
'bakeMacaroon',
]);

function wrapAsync(lnrpc) {
Expand Down
Loading

0 comments on commit 65eb4ed

Please sign in to comment.