Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alexbosworth/ln-service
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Mar 2, 2021
2 parents 6015c3d + 840e91b commit e45a9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2812,7 +2812,7 @@ Example:
const {decodePaymentRequest, isDestinationPayable} = require('ln-service');
const request = 'lnbc1pvjluezpp5qqqsyq...';
const {destination, tokens} = await decodePaymentRequest({lnd, request});
const isPayable = (await isDestinationPayable({lnd, }))
const isPayable = (await isDestinationPayable({lnd, destination, tokens}))
```

### lockUtxo
Expand Down

0 comments on commit e45a9d3

Please sign in to comment.