Skip to content

Commit ba5e77f

Browse files
authored
Update main.rs
1 parent e3d7fa9 commit ba5e77f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@ async fn main() {
111111
}
112112
}
113113

114-
if target_addresses.is_empty() {
115-
eprintln!("No COPY_TRADING_TARGET_ADDRESS specified. Please set this environment variable.");
116-
return;
117-
}
114+
// if target_addresses.is_empty() {
115+
// eprintln!("No COPY_TRADING_TARGET_ADDRESS specified. Please set this environment variable.");
116+
// return;
117+
// }
118118

119119
// Get protocol preference from environment
120120
let protocol_preference = std::env::var("PROTOCOL_PREFERENCE")

0 commit comments

Comments
 (0)