marinade-finance / mtransaction

MTX service/client - forwarding TXs from searchers to validators
15 stars 6 forks source link

Use tpu_quic for leader instead of tpu #40

Closed dubbelosix closed 3 months ago

dubbelosix commented 3 months ago

leader currently uses tpu (which is the old UDP port) and this is causing Connection Timeouts since the listener doesn't understand quic. small fix to use the correct tpu_quic, which is exposed in the RPC ContactInfo