[go: up one dir, main page]

evm/node: move the `evm_node_endpoint` out of the tx_queue state

Checklist

- [ ] Provide automatic testing.

What, why and how

Move the evm_node_endpoint out of the tx_queue state. This is simply for the sequencer integration of the tx_queue that won't need that field anymore. Other solution would be to fill it with a random value for the sequencer, but it seems strange.

Edited by Sylvain R.

Merge request reports

Loading