Skip to content

Commit 238367c

Browse files
committed
modify files to trigger testing
1 parent 70afa9f commit 238367c

7 files changed

+6
-6
lines changed

stackslib/src/net/download/nakamoto/mod.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,14 @@ use crate::util_lib::db::{DBConn, Error as DBError};
161161
mod download_state_machine;
162162
mod tenure;
163163
mod tenure_downloader;
164-
mod tenure_downloader_copy;
165-
mod tenure_downloader_opy;
164+
mod tenure_downloader_copy_2;
165+
mod tenure_downloader_opy_2;
166166
mod tenure_downloader_set;
167-
mod tenure_downloader_set_copy;
168-
mod tenure_downloader_set_opy;
167+
mod tenure_downloader_set_copy_2;
168+
mod tenure_downloader_set_opy_2;
169169
mod tenure_downloader_unconfirmed;
170-
mod tenure_downloader_unconfirmed_copy;
171-
mod tenure_downloader_unconfirmed_opy;
170+
mod tenure_downloader_unconfirmed_copy_2;
171+
mod tenure_downloader_unconfirmed_opy_2;
172172

173173
pub use crate::net::download::nakamoto::download_state_machine::{
174174
NakamotoDownloadState, NakamotoDownloadStateMachine,

0 commit comments

Comments
 (0)