From 805afcaeaed50bd4a91977028d0e7ba8ba842410 Mon Sep 17 00:00:00 2001 From: taehoon <19664986+ttl33@users.noreply.github.com> Date: Fri, 20 Sep 2024 17:24:59 -0400 Subject: [PATCH] disable app --- protocol/app/app.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol/app/app.go b/protocol/app/app.go index d06428fb23..6227d3c39e 100644 --- a/protocol/app/app.go +++ b/protocol/app/app.go @@ -390,6 +390,8 @@ func New( appOpts servertypes.AppOptions, baseAppOptions ...func(*baseapp.BaseApp), ) *App { + panic("this commit is purposely broken. used as a placeholder for the release.") + assertAppPreconditions() // dYdX specific command-line flags.