Skip to content

Commit 5bcd7a7

Browse files
committed
remove lwd_command binding
1 parent 9584e89 commit 5bcd7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ pub fn main() {
260260
unflagged_lwd_log.push_str(lwd_logs.to_str().expect("error making lwd_datadir"));
261261
unflagged_lwd_log.push_str("lwd.log");
262262

263-
let _lwd_command = Command::new(lwd_bin)
263+
Command::new(lwd_bin)
264264
.args([
265265
"--no-tls-very-insecure",
266266
"--zcash-conf-path",

0 commit comments

Comments
 (0)