Skip to content

Commit 7306ac2

Browse files
authored
Update confirmed_transactions.md
1 parent 08be183 commit 7306ac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blockchain_data/confirmed_transactions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ provide a block-centric interface, like Electrum?
66

77
LDK has a `chain::Confirm` interface to support this use case, analogous to the
88
block-oriented `chain::Listen` interface which we've been using up until now.
9-
With this alternative approach, you still need to give LDK block headers but
9+
With this alternative approach, you still need to give LDK block headers, but
1010
only for blocks containing transactions of interest. These are identified by
1111
`chain::Filter` as before. You also need to notify LDK of any transactions with
1212
insufficient confirmation that have been reorganized out of the chain. Use the
@@ -20,4 +20,4 @@ this interface is intended to be used.
2020
Be advised that `chain::Confirm` is a less mature interface than
2121
`chain::Listen`. As such, there is not yet a utility like `lightning-block-sync`
2222
to use for interacting with clients like Electrum.
23-
:::
23+
:::

0 commit comments

Comments
 (0)