File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ straight forward: call the appropriate methods on `ChannelManager` and
5
5
` ChainMonitor ` as blocks are connected and disconnected. LDK will handle the
6
6
rest!
7
7
8
- So what happens? The ` ChannelManager ` examines the blocks transactions and
8
+ So what happens? The ` ChannelManager ` examines the block's transactions and
9
9
updates the internal channel state as needed. The ` ChainMonitor ` will detect
10
10
any spends of the channel funding transaction or any pertinent transaction
11
11
outputs, tracking them as necessary.
12
12
13
13
If necessary, LDK will broadcast a transaction on your behalf. More on that
14
- later. For now, let's look at the more interesting case of pre-filtered blocks.
14
+ later. For now, let's look at the more interesting case of pre-filtered blocks.
You can’t perform that action at this time.
0 commit comments