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}) }