Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbosworth committed Aug 29, 2023
1 parent d5ad2cb commit 5ceea4c
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 295 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Versions

## 56.12.0

- `openChannel`: Add `is_simplified_taproot` to make a simplified taproot chan

## 56.11.1

- `openChannel`: Add `inputs` to select inputs for channel open funding
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3764,6 +3764,9 @@ Requires `offchain:write`, `onchain:write`, `peers:write` permissions

`inputs` is not supported on LND 0.16.4 and below

`is_simplified_taproot` is not supported on LND 0.16.4 and below and requires
`--protocol.simple-taproot-chans` set on both sides.

{
[base_fee_mtokens]: <Routing Base Fee Millitokens Charged String>
[chain_fee_tokens_per_vbyte]: <Chain Fee Tokens Per VByte Number>
Expand All @@ -3777,6 +3780,7 @@ Requires `offchain:write`, `onchain:write`, `peers:write` permissions
}]
[is_max_funding]: <Use Maximal Chain Funds For Local Funding Bool>
[is_private]: <Channel is Private Bool> // Defaults to false
[is_simplified_taproot]: <Channel is Simplified Taproot Type Bool>
[is_trusted_funding]: <Accept Funding as Trusted Bool>
lnd: <Authenticated LND API Object>
local_tokens: <Total Channel Capacity Tokens Number>
Expand Down
Loading

0 comments on commit 5ceea4c

Please sign in to comment.