Skip to content

Commit bc9ec24

Browse files
authored
f nit
1 parent 3863149 commit bc9ec24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/blockchain_data/full_blocks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ straight forward: call the appropriate methods on `ChannelManager` and
55
`ChainMonitor` as blocks are connected and disconnected. LDK will handle the
66
rest!
77

8-
So what happens? The `ChannelManager` examines the blocks transactions and
8+
So what happens? The `ChannelManager` examines the block's transactions and
99
updates the internal channel state as needed. The `ChainMonitor` will detect
1010
any spends of the channel funding transaction or any pertinent transaction
1111
outputs, tracking them as necessary.
1212

1313
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.

0 commit comments

Comments
 (0)