From c143a26248eb0dae66e07abc9600ff2222c4fc97 Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Sun, 25 Feb 2024 19:28:52 -0800 Subject: [PATCH] add TODO for moving --- plugin/evm/vm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/evm/vm.go b/plugin/evm/vm.go index 66f2fd5cb0..61ae46dce9 100644 --- a/plugin/evm/vm.go +++ b/plugin/evm/vm.go @@ -690,6 +690,7 @@ func (vm *VM) initializeMetrics() error { return nil } +// TODO: move somewhere else func (vm *VM) SendPushGossip(tx *types.Transaction) { vm.ethTxPushGossiper.Add(&GossipEthTx{tx}) }