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 1f1c5bb commit a501bc7Copy full SHA for a501bc7
lightning/src/ln/chanmon_update_fail_tests.rs
@@ -4921,7 +4921,7 @@ fn native_async_persist() {
4921
);
4922
4923
// Write the initial ChannelMonitor async, testing primarily that the `MonitorEvent::Completed`
4924
- // isn't returned until the write is complted (via `complete_all_async_writes`) and the future
+ // isn't returned until the write is completed (via `complete_all_async_writes`) and the future
4925
// is `poll`ed (which a background spawn should do automatically in production, but which is
4926
// needed to get the future completion through to the `ChainMonitor`).
4927
let write_status = async_chain_monitor.watch_channel(chan_id, monitor).unwrap();
0 commit comments