diff --git a/vortexor/src/vortexor.rs b/vortexor/src/vortexor.rs index 8eb26f09dec037..4507bffeadaa96 100644 --- a/vortexor/src/vortexor.rs +++ b/vortexor/src/vortexor.rs @@ -99,7 +99,12 @@ impl Vortexor { // Not interesed of banking tracing let verifier = TransactionSigVerifier::new(non_vote_sender); - SigVerifyStage::new(tpu_receiver, verifier, "solSigVerTpu", "tpu-verifier") + SigVerifyStage::new( + tpu_receiver, + verifier, + "solSigVtxTpu", + "tpu-vortexor-verifier", + ) } #[allow(clippy::too_many_arguments)]