From 03ef59dbfc32d791ea48c1937e1455f524727a33 Mon Sep 17 00:00:00 2001 From: Tudor Malene Date: Mon, 3 Jun 2024 16:32:14 +0100 Subject: [PATCH] disable xchain message submission --- go/host/enclave/guardian.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/host/enclave/guardian.go b/go/host/enclave/guardian.go index 2c6d6a6a36..8ff5ead9ff 100644 --- a/go/host/enclave/guardian.go +++ b/go/host/enclave/guardian.go @@ -123,7 +123,7 @@ func (g *Guardian) Start() error { // Note: after HA work this will need additional check that we are the **active** sequencer enclave go g.periodicBatchProduction() go g.periodicRollupProduction() - go g.periodicBundleSubmission() + //go g.periodicBundleSubmission() } // subscribe for L1 and P2P data