Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
boufni95 committed Apr 24, 2024
1 parent 0342dd0 commit 4cd2c37
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/services/lnd/lnd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,12 +379,8 @@ export default class {
console.log("message", message)
switch (message.update.oneofKind) {
case 'chanPending':
abortController.abort()
res(Buffer.from(message.pendingChanId).toString('base64'))
break
default:
abortController.abort()
rej("unexpected state response: " + message.update.oneofKind)
}
})
stream.responses.onError(error => {
Expand Down

0 comments on commit 4cd2c37

Please sign in to comment.