We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0f06 commit 274215eCopy full SHA for 274215e
vortexor/src/main.rs
@@ -176,10 +176,10 @@ pub fn main() {
176
177
for destination in destinations.read().unwrap().iter() {
178
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}
+ "To pair the validator with receiver address {destination} with this \
+ vortexor, add the following arguments in the validator's start command: \
+ --tpu-vortexor-receiver-address {destination} \
+ --public-tpu-address {tpu_public_address} \
183
--public-tpu-forward-address {tpu_fwd_public_address}",
184
);
185
}
0 commit comments