chore: use comet api pkg instead of comet alias (#20614)

This commit is contained in:
Marko
2024-06-11 08:46:04 +00:00
committed by GitHub
parent 9e1d28e2a6
commit 28fa3b8dfc
86 changed files with 130 additions and 130 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"testing"
"time"
abci "github.com/cometbft/cometbft/abci/types"
abci "github.com/cometbft/cometbft/api/cometbft/abci/v1"
cmttypes "github.com/cometbft/cometbft/types"
"github.com/cosmos/gogoproto/proto"
"github.com/stretchr/testify/suite"