Skip to content

Commit

Permalink
disable xchain message submission
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor-malene committed Jun 3, 2024
1 parent c0bf408 commit 03ef59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/host/enclave/guardian.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03ef59d

Please sign in to comment.