Skip to content

Commit d2f2b95

Browse files
authored
Fixed a typo in vortexor log message on public-tpu-forwards-address (#6400)
Update public-tpu-forwards-address argument in vortexor pairing information
1 parent 05a4921 commit d2f2b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortexor/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ pub fn main() {
182182
vortexor, add the following arguments in the validator's start command: \
183183
--tpu-vortexor-receiver-address {destination} \
184184
--public-tpu-address {tpu_public_address} \
185-
--public-tpu-forward-address {tpu_fwd_public_address}",
185+
--public-tpu-forwards-address {tpu_fwd_public_address}",
186186
);
187187
}
188188

0 commit comments

Comments
 (0)