Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Sep 25, 2023
1 parent bd77ad7 commit b0d45f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion quic-forward-proxy/src/outbound/tx_forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ impl AgentHandle {
}

// takes transactions from upstream clients and forwards them to the TPU
pub async fn tx_forwarder(
pub async fn ___tx_forwarder(
validator_identity: ValidatorIdentity,
mut transaction_channel: Receiver<ForwardPacket>,
exit_signal: Arc<AtomicBool>,
Expand Down
2 changes: 0 additions & 2 deletions quic-forward-proxy/src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ use std::sync::atomic::AtomicBool;
use std::sync::Arc;

use crate::inbound::proxy_listener;
use crate::outbound::tx_forward::tx_forwarder;
use crate::tls_self_signed_pair_generator::SelfSignedTlsConfigProvider;
use crate::util::AnyhowJoinHandle;
use crate::validator_identity::ValidatorIdentity;
use log::info;
use tokio::sync::mpsc;
Expand Down

0 comments on commit b0d45f1

Please sign in to comment.