From 0debcab680c433a28aec6d606447493eb5524534 Mon Sep 17 00:00:00 2001 From: MaxMustermann2 <82761650+MaxMustermann2@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:48:17 +0000 Subject: [PATCH] Revert "chore(build): attempt to fix consensuswarn This reverts commit 84a8037b615bd5dfea885c61b3867e72fa390a09. --- .github/workflows/consensuswarn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/consensuswarn.yml b/.github/workflows/consensuswarn.yml index 7662e31d5..ab2ba53bf 100644 --- a/.github/workflows/consensuswarn.yml +++ b/.github/workflows/consensuswarn.yml @@ -18,4 +18,4 @@ jobs: - uses: orijtech/consensuswarn@main with: # example.com/pkg/path.Type.Method - roots: 'github.com/ExocoreNetwork/exocore/app.ExocoreApp.DeliverTx,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BeginBlocker,github.com/ExocoreNetwork/exocore/app.ExocoreApp.EndBlocker' + roots: 'github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.DeliverTx,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.BeginBlocker,github.com/ExocoreNetwork/exocore/app.ExocoreApp.BaseApp.EndBlocker'