Skip to content

Commit a501bc7

Browse files
committed
f sp
1 parent 1f1c5bb commit a501bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/chanmon_update_fail_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4921,7 +4921,7 @@ fn native_async_persist() {
49214921
);
49224922

49234923
// 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
4924+
// isn't returned until the write is completed (via `complete_all_async_writes`) and the future
49254925
// is `poll`ed (which a background spawn should do automatically in production, but which is
49264926
// needed to get the future completion through to the `ChainMonitor`).
49274927
let write_status = async_chain_monitor.watch_channel(chan_id, monitor).unwrap();

0 commit comments

Comments
 (0)