Skip to content

Commit 274215e

Browse files
committed
fmt log messages
1 parent cff0f06 commit 274215e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vortexor/src/main.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ pub fn main() {
176176

177177
for destination in destinations.read().unwrap().iter() {
178178
info!(
179-
"To pair the validator with receiver address {destination} with this
180-
vortexor, add the following arguments in the validator's start command:\
181-
--tpu-vortexor-receiver-address {destination}\
182-
--public-tpu-address {tpu_public_address}
179+
"To pair the validator with receiver address {destination} with this \
180+
vortexor, add the following arguments in the validator's start command: \
181+
--tpu-vortexor-receiver-address {destination} \
182+
--public-tpu-address {tpu_public_address} \
183183
--public-tpu-forward-address {tpu_fwd_public_address}",
184184
);
185185
}

0 commit comments

Comments
 (0)