We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86468dc commit 943e845Copy full SHA for 943e845
lightning/src/chain/channelmonitor.rs
@@ -57,7 +57,7 @@ use io::{self, Error};
57
use core::ops::Deref;
58
use sync::Mutex;
59
60
-/// An update generated by the underlying Channel itself which contains some new information the
+/// An update generated by the underlying channel itself which contains some new information the
61
/// [`ChannelMonitor`] should be made aware of.
62
///
63
/// Because this represents only a small number of updates to the underlying state, it is generally
0 commit comments